#57CC2C
A medium, moderate green closely aligning with Limegreen.
About #57CC2C
The hex code #57CC2C represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(87, 204, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 0% M, 78% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57CC2C
RGB87, 204, 44
HSL103.9°, 64.5%, 48.6%
CMYK57%, 0%, 78%, 20%
HSV103.9°, 78.4%, 80.0%
LAB73.2, -59.8, 64.2
XYZ26.0, 45.4, 9.8
Decimal5753900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.08:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC2C;
}
.text-color {
color: #57CC2C;
}
.border-color {
border: 2px solid #57CC2C;
}