Lime Voltage

vibrant

Click any swatch to copy its hex.

See it in place

Design that earns its keep

A tiny landing page, painted entirely with this palette so you can judge it doing real work.

Get started

Fast

Ships static, loads instantly.

Honest

Every choice explained.

Tap to copy + paint · drag to place

How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. To override: tap a chip to arm it, then click any outlined part of the mockup to paint (or drag the chip there). Your arrangement is saved into this page's URL, so copying the link shares it.

Why it works

Lime and magenta are both at maximum saturation and near-opposite hues, a deliberately electric clash borrowed from club flyers and esports graphics. The trick that keeps it usable is the ruthless neutrality of everything else: black, off-white and steel gray contain the two neons so they collide only where you want attention. On a black ground the lime hits close to its full luminous potential.

Built around Lime Green.

Use this palette

Hex values
  • #32cd32lime
  • #101014black
  • #f5f5f0static
  • #e0369emagenta
  • #55565csteel
CSS custom properties

The variables, doing badge duty

limeblackstaticmagentasteel
:root {
  --color-lime: #32cd32;
  --color-black: #101014;
  --color-static: #f5f5f0;
  --color-magenta: #e0369e;
  --color-steel: #55565c;
}
Tailwind v4 theme

In Lime Voltage's world

@theme {
  --color-lime: #32cd32;
  --color-black: #101014;
  --color-static: #f5f5f0;
  --color-magenta: #e0369e;
  --color-steel: #55565c;
}
JSON
{
  "name": "Lime Voltage",
  "colors": [
    {
      "hex": "#32cd32",
      "role": "lime"
    },
    {
      "hex": "#101014",
      "role": "black"
    },
    {
      "hex": "#f5f5f0",
      "role": "static"
    },
    {
      "hex": "#e0369e",
      "role": "magenta"
    },
    {
      "hex": "#55565c",
      "role": "steel"
    }
  ]
}

Related palettes