#2CF06D
A medium, vivid green closely aligning with Springgreen.
About #2CF06D
The precise color #2CF06D is an excellent choice for modern design projects. 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 109.
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 0% Magenta, 55% Yellow, and 6% Black. The HSL representation is 139.9° hue, 86.7% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CF06D
RGB44, 240, 109
HSL139.9°, 86.7%, 55.7%
CMYK82%, 0%, 55%, 6%
HSV139.9°, 81.7%, 94.1%
LAB83.9, -72.6, 49.9
XYZ35.0, 64.0, 25.0
Decimal2945133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.79:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF06D;
}
.text-color {
color: #2CF06D;
}
.border-color {
border: 2px solid #2CF06D;
}