#92FF07
A medium, vivid green closely aligning with Chartreuse.
About #92FF07
Visually, #92FF07 is defined as a vivid green. Its closest recognized web color is Chartreuse. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 255, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 43% cyan, 0% magenta, 97% yellow, and 0% black. The HSL representation is 86.4° hue, 100.0% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92FF07
RGB146, 255, 7
HSL86.4°, 100.0%, 51.4%
CMYK43%, 0%, 97%, 0%
HSV86.4°, 97.3%, 100.0%
LAB90.6, -62.4, 86.2
XYZ47.7, 77.6, 12.7
Decimal9633543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.53:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92FF07;
}
.text-color {
color: #92FF07;
}
.border-color {
border: 2px solid #92FF07;
}