CSS Named Color Reference

Lime Green Color Code

Lime Green·#32CD32

Green FamilyNeutralMid toneMid saturationoklch(74.2% 0.229 143)
HEX
#32CD32Primary token
RGB
rgb(50, 205, 50)Screen values
HSL
hsl(120 61% 50%)Hue and lightness
CMYK
76, 0, 76, 20Print handoff
LAB
73, -67, 61Perceptual reference
OKLCH
oklch(74.2% 0.229 143)Modern perceptual

Lime Green is a mid-tone, balanced CSS named color at #32CD32. If you searched for lime green hex code, 32CD32, or lime green RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorDark text
Body text contrast8.10:1
Best UseSuccess states, natural brands, support actions, and calm interface signals

Tonal Scale

100#DAF6DA
300#A1E8A1
500#57D657
600#32CD32
800#249424

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

2.12:1Needs more separation

Dark text on this color

Large headings and selective UI.

8.10:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

2.01:1Needs more separation
Best text colorDark textContrast 8.10:1

Professional Reference

OKLCHoklch(74.2% 0.229 143)
Relative Luminance0.4457
Source TypeCSS Named Color
Classification
Green FamilyNeutralMid toneMid saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Ant Design Green 6Material Light Green A700Ant Design Green 5
Color Notes
  • Lime Green is kept as an exact CSS named color for #32CD32.
  • Queries for lime green color code, 32CD32, or lime green RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

2.12:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

8.10:1AAA

This color on light surface

Use this color for links, strokes, or icons on light UI.

2.01:1Needs more separation

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

8.10:1AAA
Best text colorDark textContrast 8.10:1 · AAA

Where It Works

  • Use it for success states, support actions, ecology cues, and stable positive feedback.
  • Very bright greens need contrast testing before they become buttons or text backgrounds.
  • Pair with white, charcoal, soft neutrals, and nearby teal or yellow-green colors.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Lime Green is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Natural greens for sustainability and calm systems.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-lime-green: #32CD32;
  --color-lime-green-rgb: 50 205 50;
}
Utility Class
class="bg-[#32CD32] text-white"
class="hover:bg-[#249424] ring-1 ring-[#32CD32]"
JSON Token
{
  "limeGreen": "#32CD32",
  "limeGreenRgb": [50, 205, 50],
  "limeGreenHsl": [120, 61, 50]
}