#33C52C
A medium, moderate green closely aligning with Limegreen.
About #33C52C
Visually, #33C52C is defined as a moderate green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 51 parts red, 197 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33C52C
RGB51, 197, 44
HSL117.3°, 63.5%, 47.3%
CMYK74%, 0%, 78%, 23%
HSV117.3°, 77.7%, 77.3%
LAB70.0, -64.9, 60.9
XYZ21.8, 40.8, 9.1
Decimal3392812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.16:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33C52C;
}
.text-color {
color: #33C52C;
}
.border-color {
border: 2px solid #33C52C;
}