#99D342
A medium, moderate green closely aligning with Yellowgreen.
About #99D342
At its core, #99D342 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 153 parts red, 211 parts green, and 66 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 27% Cyan, 0% Magenta, 69% Yellow, and 17% Black. With a hue angle of 84.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99D342
RGB153, 211, 66
HSL84.0°, 62.2%, 54.3%
CMYK27%, 0%, 69%, 17%
HSV84.0°, 68.7%, 82.7%
LAB78.3, -40.1, 62.7
XYZ37.4, 53.8, 13.6
Decimal10081090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D342;
}
.text-color {
color: #99D342;
}
.border-color {
border: 2px solid #99D342;
}