#57CC42
A medium, moderate green closely aligning with Limegreen.
About #57CC42
Visually, #57CC42 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 87 parts red, 204 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 0% M, 68% Y, and 20% K. The HSL representation is 110.9° hue, 57.5% saturation, and 52.9% lightness.
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#57CC42
RGB87, 204, 66
HSL110.9°, 57.5%, 52.9%
CMYK57%, 0%, 68%, 20%
HSV110.9°, 67.6%, 80.0%
LAB73.3, -58.2, 56.6
XYZ26.5, 45.6, 12.6
Decimal5753922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.12:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC42;
}
.text-color {
color: #57CC42;
}
.border-color {
border: 2px solid #57CC42;
}