#2CE266
A medium, vivid green closely aligning with Springgreen.
About #2CE266
At its core, #2CE266 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, 226, 102).
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 0% Magenta, 55% Yellow, and 11% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CE266
RGB44, 226, 102
HSL139.1°, 75.8%, 52.9%
CMYK81%, 0%, 55%, 11%
HSV139.1°, 80.5%, 88.6%
LAB79.5, -69.0, 47.8
XYZ30.6, 55.9, 21.7
Decimal2941542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.18:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE266;
}
.text-color {
color: #2CE266;
}
.border-color {
border: 2px solid #2CE266;
}