#99DB00
A medium, vivid green closely aligning with Greenyellow.
About #99DB00
The hex code #99DB00 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 153 parts red, 219 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 30% C, 0% M, 100% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99DB00
RGB153, 219, 0
HSL78.1°, 100.0%, 42.9%
CMYK30%, 0%, 100%, 14%
HSV78.1°, 100.0%, 85.9%
LAB80.4, -45.8, 78.9
XYZ38.5, 57.4, 9.1
Decimal10083072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB00;
}
.text-color {
color: #99DB00;
}
.border-color {
border: 2px solid #99DB00;
}