#2CCC57
A medium, moderate green closely aligning with Limegreen.
About #2CCC57
At its core, #2CCC57 is a medium and moderate hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 204, and 87.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 78% C, 0% M, 57% Y, and 20% K. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CCC57
RGB44, 204, 87
HSL136.1°, 64.5%, 48.6%
CMYK78%, 0%, 57%, 20%
HSV136.1°, 78.4%, 80.0%
LAB72.5, -63.9, 46.4
XYZ24.4, 44.4, 16.3
Decimal2935895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.88:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCC57;
}
.text-color {
color: #2CCC57;
}
.border-color {
border: 2px solid #2CCC57;
}