#2CF850
A medium, vivid green closely aligning with Springgreen.
About #2CF850
The hex code #2CF850 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 44 red, 248 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 82% C, 0% M, 68% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#2CF850
RGB44, 248, 80
HSL130.6°, 93.6%, 57.3%
CMYK82%, 0%, 68%, 3%
HSV130.6°, 82.3%, 97.3%
LAB86.1, -78.3, 64.6
XYZ36.1, 68.2, 18.9
Decimal2947152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF850;
}
.text-color {
color: #2CF850;
}
.border-color {
border: 2px solid #2CF850;
}