Named color
Lime Green
Lime Green is an earth tone green color with HEX #32CD32. According to Colors Encyclopedia, it has RGB 50, 205, 50, HSL 120, 61%, 50%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.
CSS Utilities
--color-lime-green: #32CD32;
.bg-lime-green { background-color: #32CD32; }
.text-lime-green { color: #32CD32; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#32CD32",
"rgb": [
50,
205,
50
],
"hsl": [
120,
61,
50
],
"cmyk": [
76,
0,
76,
20
],
"luminance": 0.4457,
"contrast": {
"black": 9.91,
"white": 2.12
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#CD32CD",
"analogous": [
"#80CD32",
"#32CD80"
],
"triadic": [
"#3232CD",
"#CD3232"
],
"tetradic": [
"#327FCD",
"#CD32CD",
"#CD8032"
],
"splitComplementary": [
"#7F32CD",
"#CD3280"
],
"monochromatic": [
"#7CDF7C",
"#32CD32",
"#208320"
]
}Variants
{
"light": "#7CDF7C",
"dark": "#208320",
"saturated": "#16E916",
"desaturated": "#4EB14E",
"pastel": "#A2DDA2",
"neon": "#29FF29"
}Pairings
{
"best": [
"#000000",
"#CD32CD",
"#80CD32",
"#32CD80"
],
"avoid": [
"#4EB14E",
"#7CDF7C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#7CDF7C",
"#4EB14E"
]
}Knowledge graph
{
"nearestColors": [
"kelly-green",
"toxic-green",
"neon-green",
"medium-sea-green",
"forest-green"
],
"generatedPalettes": [
"lime-green"
],
"generatedComparisons": [
"kelly-green-vs-lime-green",
"lime-green-vs-toxic-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone"
],
"relatedTools": [
"/harmonies/lime-green",
"/wcag/lime-green",
"/css/colors/lime-green",
"/hex/32cd32"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone"
],
"narrower": [
"/palettes/lime-green"
],
"related": [
"/colors/kelly-green",
"/colors/toxic-green",
"/colors/neon-green",
"/colors/medium-sea-green",
"/colors/forest-green",
"/compare/kelly-green-vs-lime-green",
"/compare/lime-green-vs-toxic-green",
"/harmonies/lime-green",
"/wcag/lime-green",
"/css/colors/lime-green",
"/hex/32cd32"
]
}
}Full JSON dataset
{
"slug": "lime-green",
"name": "Lime Green",
"cssName": "limegreen",
"hex": "#32CD32",
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"limegreen"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"green",
"cool",
"earth-tone",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
50,
205,
50
],
"hsl": [
120,
61,
50
],
"cmyk": [
76,
0,
76,
20
],
"luminance": 0.4457,
"contrast": {
"black": 9.91,
"white": 2.12
},
"harmonies": {
"complementary": "#CD32CD",
"analogous": [
"#80CD32",
"#32CD80"
],
"triadic": [
"#3232CD",
"#CD3232"
],
"tetradic": [
"#327FCD",
"#CD32CD",
"#CD8032"
],
"splitComplementary": [
"#7F32CD",
"#CD3280"
],
"monochromatic": [
"#7CDF7C",
"#32CD32",
"#208320"
]
},
"variants": {
"light": "#7CDF7C",
"dark": "#208320",
"saturated": "#16E916",
"desaturated": "#4EB14E",
"pastel": "#A2DDA2",
"neon": "#29FF29"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-lime-green: #32CD32;",
"utility": ".bg-lime-green { background-color: #32CD32; }",
"textUtility": ".text-lime-green { color: #32CD32; }"
},
"nearestColors": [
"kelly-green",
"toxic-green",
"neon-green",
"medium-sea-green",
"forest-green"
],
"generatedPalettes": [
"lime-green"
],
"generatedComparisons": [
"kelly-green-vs-lime-green",
"lime-green-vs-toxic-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone"
],
"relatedTools": [
"/harmonies/lime-green",
"/wcag/lime-green",
"/css/colors/lime-green",
"/hex/32cd32"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/earth-tone"
],
"narrower": [
"/palettes/lime-green"
],
"related": [
"/colors/kelly-green",
"/colors/toxic-green",
"/colors/neon-green",
"/colors/medium-sea-green",
"/colors/forest-green",
"/compare/kelly-green-vs-lime-green",
"/compare/lime-green-vs-toxic-green",
"/harmonies/lime-green",
"/wcag/lime-green",
"/css/colors/lime-green",
"/hex/32cd32"
]
},
"pairings": {
"best": [
"#000000",
"#CD32CD",
"#80CD32",
"#32CD80"
],
"avoid": [
"#4EB14E",
"#7CDF7C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#7CDF7C",
"#4EB14E"
]
}
}
Color meaning and use
About Lime Green Color
Lime Green sits in the green family with cool temperature and earth tone visual character. Standard CSS named color.
Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Lime Green is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Lime Green against black and white text.