#2CFF8A
A medium, vivid green closely aligning with Springgreen.
About #2CFF8A
Visually, #2CFF8A is defined as a vivid green. 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, 255, and 138.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 83% cyan, 0% magenta, 46% yellow, and 0% black. The HSL representation is 146.7° hue, 100.0% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CFF8A
RGB44, 255, 138
HSL146.7°, 100.0%, 58.6%
CMYK83%, 0%, 46%, 0%
HSV146.7°, 82.7%, 100.0%
LAB88.9, -73.1, 42.4
XYZ41.4, 73.9, 36.1
Decimal2949002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.78:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF8A;
}
.text-color {
color: #2CFF8A;
}
.border-color {
border: 2px solid #2CFF8A;
}