#57CC07
A medium, vivid green closely aligning with Limegreen.
About #57CC07
The precise color #57CC07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(87, 204, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 0% M, 97% Y, and 20% K. The HSL representation is 95.6° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#57CC07
RGB87, 204, 7
HSL95.6°, 93.4%, 41.4%
CMYK57%, 0%, 97%, 20%
HSV95.6°, 96.6%, 80.0%
LAB73.0, -61.1, 71.2
XYZ25.6, 45.2, 7.6
Decimal5753863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.05:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC07;
}
.text-color {
color: #57CC07;
}
.border-color {
border: 2px solid #57CC07;
}