Chartreuse — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #7FFF00 | |
| RGB | rgb(127, 255, 0) | |
| HSL | hsl(90, 100%, 50%) |
Shades of Chartreuse
| #73E600 | #66CC00 | #59B300 | #4D9900 | #408000 | #336600 | #264D00 | #1A3300 |
Tints of Chartreuse
| #8CFF1A | #99FF33 | #A6FF4D | #B3FF66 | #BFFF80 | #CCFF99 | #D9FFB3 | #E6FFCC |
Color Pairings & Harmony
|
Complementary
#8000FF
|
Analogous +30°
#00FF00
|
Analogous −30°
#FFFF00
|
Triadic +120°
#0080FF
|
Triadic −120°
#FF0080
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #7FFF00;
}
.element-bg {
background-color: #7FFF00;
color: #000000;
}
.element-border {
border: 2px solid #7FFF00;
}
About Chartreuse
Chartreuse is a medium color with vivid, highly saturated, defined by the hex code #7FFF00. Its exact color model values are rgb(127, 255, 0) in RGB and hsl(90, 100%, 50%) in HSL (hue 90°, saturation 100%, lightness 50%). On a white background the contrast ratio is 1.30:1 — Fail, and on black it is 16.21:1 — AAA pass for normal text. Use Chartreuse for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →