#99CC33
A medium, moderate green closely aligning with Yellowgreen.
About #99CC33
Visually, #99CC33 is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 153 red, 204 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 0% magenta, 75% yellow, and 20% black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99CC33
RGB153, 204, 51
HSL80.0°, 60.0%, 50.0%
CMYK25%, 0%, 75%, 20%
HSV80.0°, 75.0%, 80.0%
LAB76.2, -37.9, 65.9
XYZ35.3, 50.2, 11.0
Decimal10079283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.04: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: #99CC33;
}
.text-color {
color: #99CC33;
}
.border-color {
border: 2px solid #99CC33;
}