#99DB2C
A medium, vivid green closely aligning with Yellowgreen.
About #99DB2C
The precise color #99DB2C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(153, 219, 44).
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 0% Magenta, 80% Yellow, and 14% Black. With a hue angle of 82.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99DB2C
RGB153, 219, 44
HSL82.6°, 70.9%, 51.6%
CMYK30%, 0%, 80%, 14%
HSV82.6°, 79.9%, 85.9%
LAB80.5, -44.8, 72.0
XYZ38.9, 57.6, 11.5
Decimal10083116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.52:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB2C;
}
.text-color {
color: #99DB2C;
}
.border-color {
border: 2px solid #99DB2C;
}