Neon-lime is one of the color families shipped with this release. Acid green energy from the v1 neon family..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50neon-lime-50#ccff33Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100neon-lime-100#ccff33Very light — section backgrounds, badges on light UI, tinted code blocks.
200neon-lime-200#ccff33Light — borders on light themes, dividers with personality, chip backgrounds.
300neon-lime-300#ccff33Soft — secondary borders, disabled states with color, placeholder decorations.
400neon-lime-400#ccff33Medium-light — icons on dark surfaces, decorative accents, chart lines.
500neon-lime-500#ccff33The primary step — buttons, links, brand fills, key interactive elements.
600neon-lime-600#ccff33Hover step — hover states for 500 elements, or primary on very light UIs.
700neon-lime-700#ccff33Active step — pressed states, emphasized text on light tinted backgrounds.
800neon-lime-800#ccff33Dark — text on light palettes, headers in tinted sections, dark UI fills.
900neon-lime-900#ccff33Very dark — deep section backgrounds, high-contrast text carriers.
950neon-lime-950#ccff33Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-neon-lime-500 text-white p-6 rounded-xl">Neon-lime surface</div>
<p class="text-neon-lime-600 dark:text-neon-lime-400">Adaptive text</p>
<div class="border border-neon-lime-200 dark:border-neon-lime-800 bg-neon-lime-50 dark:bg-neon-lime-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/neon-cyan|neon-cyan · colors/neon-orange|neon-orange · colors/color-pairing|Pairing recipes