#99CC2C
A medium, moderate green closely aligning with Yellowgreen.
About #99CC2C
At its core, #99CC2C is a medium and moderate hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 153 parts red, 204 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 25% C, 0% M, 78% Y, and 20% K. The HSL representation is 79.1° hue, 64.5% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#99CC2C
RGB153, 204, 44
HSL79.1°, 64.5%, 48.6%
CMYK25%, 0%, 78%, 20%
HSV79.1°, 78.4%, 80.0%
LAB76.2, -38.2, 68.0
XYZ35.2, 50.1, 10.2
Decimal10079276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.03:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC2C;
}
.text-color {
color: #99CC2C;
}
.border-color {
border: 2px solid #99CC2C;
}