#57FF75
A light, vivid green closely aligning with Springgreen.
About #57FF75
At its core, #57FF75 is a light and vivid hue. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 255, and 117.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 66% cyan, 0% magenta, 54% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57FF75
RGB87, 255, 117
HSL130.7°, 100.0%, 67.1%
CMYK66%, 0%, 54%, 0%
HSV130.7°, 65.9%, 100.0%
LAB89.3, -70.4, 52.9
XYZ42.9, 74.8, 29.0
Decimal5767029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.97:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FF75;
}
.text-color {
color: #57FF75;
}
.border-color {
border: 2px solid #57FF75;
}