#2CE983
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CE983
Visually, #2CE983 is defined as a vivid green. Its closest recognized web color is Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 233, and 131.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 81% cyan, 0% magenta, 44% yellow, and 9% 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CE983
RGB44, 233, 131
HSL147.6°, 81.1%, 54.3%
CMYK81%, 0%, 44%, 9%
HSV147.6°, 81.1%, 91.4%
LAB82.1, -66.9, 37.1
XYZ34.3, 60.5, 31.3
Decimal2943363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE983;
}
.text-color {
color: #2CE983;
}
.border-color {
border: 2px solid #2CE983;
}