Use this color
Create with Chartreuse
Open a professional color tool with #7FFF00 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-chartreuse: #7FFF00;
.bg-chartreuse { background-color: #7FFF00; }
.text-chartreuse { color: #7FFF00; }Color meaning and use
About Chartreuse Color
Chartreuse uses HEX #7FFF00, RGB 127, 255, 0, and HSL 90°, 100%, 50%. The dataset classifies it in the green family with cool temperature and vibrant visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.7603; black contrast is 16.21:1 and white contrast is 1.3:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Chartreuse against black and white text.
Downloadable color reference infographic
Chartreuse Color Reference Infographic
Save a high-resolution infographic of Chartreuse, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
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": "#7FFF00",
"rgb": [
127,
255,
0
],
"hsl": [
90,
100,
50
],
"cmyk": [
50,
0,
100,
0
],
"luminance": 0.7603,
"contrast": {
"black": 16.21,
"white": 1.3
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#7F00FF",
"analogous": [
"#FFFF00",
"#00FF00"
],
"triadic": [
"#007FFF",
"#FF0080"
],
"tetradic": [
"#00FFFF",
"#7F00FF",
"#FF0000"
],
"splitComplementary": [
"#0000FF",
"#FF00FF"
],
"monochromatic": [
"#ADFF5C",
"#7FFF00",
"#52A300"
]
}Variants
{
"light": "#ADFF5C",
"dark": "#52A300",
"saturated": "#80FF00",
"desaturated": "#80E31C",
"pastel": "#BFF589",
"neon": "#94FF29"
}Pairings
{
"best": [
"#000000",
"#7F00FF",
"#FFFF00",
"#00FF00"
],
"avoid": [
"#80E31C",
"#ADFF5C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#ADFF5C",
"#80E31C"
]
}Knowledge graph
{
"nearestColors": [
"lawn-green",
"toxic-green",
"green-yellow",
"neon-green",
"yellow-green"
],
"generatedPalettes": [
"chartreuse"
],
"generatedComparisons": [
"chartreuse-vs-lawn-green",
"chartreuse-vs-toxic-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/chartreuse",
"/wcag/chartreuse",
"/css/colors/chartreuse",
"/hex/7fff00",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/chartreuse"
],
"related": [
"/colors/lawn-green",
"/colors/toxic-green",
"/colors/green-yellow",
"/colors/neon-green",
"/colors/yellow-green",
"/compare/chartreuse-vs-lawn-green",
"/compare/chartreuse-vs-toxic-green",
"/harmonies/chartreuse",
"/wcag/chartreuse",
"/css/colors/chartreuse",
"/hex/7fff00",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "chartreuse",
"name": "Chartreuse",
"cssName": "chartreuse",
"hex": "#7FFF00",
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"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": [
"chartreuse"
],
"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",
"vibrant",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
127,
255,
0
],
"hsl": [
90,
100,
50
],
"cmyk": [
50,
0,
100,
0
],
"luminance": 0.7603,
"contrast": {
"black": 16.21,
"white": 1.3
},
"harmonies": {
"complementary": "#7F00FF",
"analogous": [
"#FFFF00",
"#00FF00"
],
"triadic": [
"#007FFF",
"#FF0080"
],
"tetradic": [
"#00FFFF",
"#7F00FF",
"#FF0000"
],
"splitComplementary": [
"#0000FF",
"#FF00FF"
],
"monochromatic": [
"#ADFF5C",
"#7FFF00",
"#52A300"
]
},
"variants": {
"light": "#ADFF5C",
"dark": "#52A300",
"saturated": "#80FF00",
"desaturated": "#80E31C",
"pastel": "#BFF589",
"neon": "#94FF29"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-chartreuse: #7FFF00;",
"utility": ".bg-chartreuse { background-color: #7FFF00; }",
"textUtility": ".text-chartreuse { color: #7FFF00; }"
},
"nearestColors": [
"lawn-green",
"toxic-green",
"green-yellow",
"neon-green",
"yellow-green"
],
"generatedPalettes": [
"chartreuse"
],
"generatedComparisons": [
"chartreuse-vs-lawn-green",
"chartreuse-vs-toxic-green"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/chartreuse",
"/wcag/chartreuse",
"/css/colors/chartreuse",
"/hex/7fff00",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/chartreuse"
],
"related": [
"/colors/lawn-green",
"/colors/toxic-green",
"/colors/green-yellow",
"/colors/neon-green",
"/colors/yellow-green",
"/compare/chartreuse-vs-lawn-green",
"/compare/chartreuse-vs-toxic-green",
"/harmonies/chartreuse",
"/wcag/chartreuse",
"/css/colors/chartreuse",
"/hex/7fff00",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#7F00FF",
"#FFFF00",
"#00FF00"
],
"avoid": [
"#80E31C",
"#ADFF5C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#ADFF5C",
"#80E31C"
]
}
}