#33CC2C
A medium, moderate green closely aligning with Limegreen.
About #33CC2C
Visually, #33CC2C is defined as a moderate green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 51 red, 204 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 75% cyan and 0% magenta inks. With a hue angle of 117.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33CC2C
RGB51, 204, 44
HSL117.4°, 64.5%, 48.6%
CMYK75%, 0%, 78%, 20%
HSV117.4°, 78.4%, 80.0%
LAB72.3, -67.1, 63.0
XYZ23.4, 44.1, 9.7
Decimal3394604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.81:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CC2C;
}
.text-color {
color: #33CC2C;
}
.border-color {
border: 2px solid #33CC2C;
}