#2CF05F
A medium, vivid green closely aligning with Springgreen.
About #2CF05F
At its core, #2CF05F is a medium 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 44, 240, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 0% Magenta, 60% Yellow, and 6% Black. With a hue angle of 135.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CF05F
RGB44, 240, 95
HSL135.6°, 86.7%, 55.7%
CMYK82%, 0%, 60%, 6%
HSV135.6°, 81.7%, 94.1%
LAB83.8, -74.3, 55.9
XYZ34.3, 63.7, 21.3
Decimal2945119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF05F;
}
.text-color {
color: #2CF05F;
}
.border-color {
border: 2px solid #2CF05F;
}