#2CF87C
A medium, vivid green closely aligning with Springgreen.
About #2CF87C
At its core, #2CF87C is a medium and vivid hue. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(44, 248, 124).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. The HSL representation is 143.5° hue, 93.6% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF87C
RGB44, 248, 124
HSL143.5°, 93.6%, 57.3%
CMYK82%, 0%, 50%, 3%
HSV143.5°, 82.3%, 97.3%
LAB86.6, -73.0, 46.1
XYZ38.2, 69.1, 30.4
Decimal2947196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.83:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF87C;
}
.text-color {
color: #2CF87C;
}
.border-color {
border: 2px solid #2CF87C;
}