#2CCC33
A medium, moderate green closely aligning with Limegreen.
About #2CCC33
At its core, #2CCC33 is a medium and moderate hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 204, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#2CCC33
RGB44, 204, 51
HSL122.6°, 64.5%, 48.6%
CMYK78%, 0%, 75%, 20%
HSV122.6°, 78.4%, 80.0%
LAB72.2, -67.6, 60.7
XYZ23.2, 44.0, 10.4
Decimal2935859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCC33;
}
.text-color {
color: #2CCC33;
}
.border-color {
border: 2px solid #2CCC33;
}