#2CFF57
A medium, vivid green closely aligning with Springgreen.
About #2CFF57
The precise color #2CFF57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Springgreen. Its digital footprint relies on 44 parts red, 255 parts green, and 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 83% Cyan, 0% Magenta, 66% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CFF57
RGB44, 255, 87
HSL132.2°, 100.0%, 58.6%
CMYK83%, 0%, 66%, 0%
HSV132.2°, 82.7%, 100.0%
LAB88.3, -79.7, 64.3
XYZ38.5, 72.7, 21.0
Decimal2948951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.55:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF57;
}
.text-color {
color: #2CFF57;
}
.border-color {
border: 2px solid #2CFF57;
}