#57F06D
A light, vivid green closely aligning with Springgreen.
About #57F06D
The hex code #57F06D 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, 240 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 64% Cyan, 0% Magenta, 55% Yellow, and 6% Black. The HSL representation is 128.6° hue, 83.6% saturation, and 64.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57F06D
RGB87, 240, 109
HSL128.6°, 83.6%, 64.1%
CMYK64%, 0%, 55%, 6%
HSV128.6°, 63.7%, 94.1%
LAB84.7, -66.3, 51.0
XYZ37.9, 65.5, 25.1
Decimal5763181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.09:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F06D;
}
.text-color {
color: #57F06D;
}
.border-color {
border: 2px solid #57F06D;
}