#2CF875
A medium, vivid green closely aligning with Springgreen.
About #2CF875
At its core, #2CF875 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, 117).
If you are designing for print, the four-color process is what matters most. The color uses 82% Cyan, 0% Magenta, 53% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CF875
RGB44, 248, 117
HSL141.5°, 93.6%, 57.3%
CMYK82%, 0%, 53%, 3%
HSV141.5°, 82.3%, 97.3%
LAB86.5, -74.0, 49.3
XYZ37.8, 69.0, 28.1
Decimal2947189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.79:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF875;
}
.text-color {
color: #2CF875;
}
.border-color {
border: 2px solid #2CF875;
}