#57F05F
A light, vivid green closely aligning with Limegreen.
About #57F05F
Visually, #57F05F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 87 red, 240 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 64% C, 0% M, 60% Y, and 6% K. The HSL representation is 123.1° hue, 83.6% saturation, and 64.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57F05F
RGB87, 240, 95
HSL123.1°, 83.6%, 64.1%
CMYK64%, 0%, 60%, 6%
HSV123.1°, 63.7%, 94.1%
LAB84.6, -67.9, 57.0
XYZ37.2, 65.2, 21.4
Decimal5763167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F05F;
}
.text-color {
color: #57F05F;
}
.border-color {
border: 2px solid #57F05F;
}