#57F85F
A light, vivid green closely aligning with Springgreen.
About #57F85F
The hex code #57F85F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 87 red, 248 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 0% M, 62% Y, and 3% K. The HSL representation is 123.0° hue, 92.0% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57F85F
RGB87, 248, 95
HSL123.0°, 92.0%, 65.7%
CMYK65%, 0%, 62%, 3%
HSV123.0°, 64.9%, 97.3%
LAB87.0, -70.6, 59.8
XYZ39.6, 70.0, 22.3
Decimal5765215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.00:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F85F;
}
.text-color {
color: #57F85F;
}
.border-color {
border: 2px solid #57F85F;
}