#2CF066
A medium, vivid green closely aligning with Springgreen.
About #2CF066
At its core, #2CF066 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 240, and 102.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 0% M, 57% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#2CF066
RGB44, 240, 102
HSL137.8°, 86.7%, 55.7%
CMYK82%, 0%, 57%, 6%
HSV137.8°, 81.7%, 94.1%
LAB83.9, -73.5, 53.0
XYZ34.6, 63.8, 23.1
Decimal2945126
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF066;
}
.text-color {
color: #2CF066;
}
.border-color {
border: 2px solid #2CF066;
}