#99FF07
A medium, vivid green closely aligning with Chartreuse.
About #99FF07
Visually, #99FF07 is defined as a vivid green. Designers often compare it to the standard color Chartreuse. In the RGB color space, it consists of 153 red, 255 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 40% cyan, 0% magenta, 97% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99FF07
RGB153, 255, 7
HSL84.7°, 100.0%, 51.4%
CMYK40%, 0%, 97%, 0%
HSV84.7°, 97.3%, 100.0%
LAB90.9, -60.1, 86.5
XYZ48.9, 78.3, 12.7
Decimal10092295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.66:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF07;
}
.text-color {
color: #99FF07;
}
.border-color {
border: 2px solid #99FF07;
}