#99E950
A light, vivid green closely aligning with Yellowgreen.
About #99E950
The hex code #99E950 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 153 parts red, 233 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 34% Cyan, 0% Magenta, 66% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99E950
RGB153, 233, 80
HSL91.4°, 77.7%, 61.4%
CMYK34%, 0%, 66%, 9%
HSV91.4°, 65.7%, 91.4%
LAB84.8, -48.5, 64.1
XYZ43.7, 65.6, 18.0
Decimal10086736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.13:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E950;
}
.text-color {
color: #99E950;
}
.border-color {
border: 2px solid #99E950;
}