#2CE992
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CE992
Visually, #2CE992 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(44, 233, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 81% C, 0% M, 37% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE992
RGB44, 233, 146
HSL152.4°, 81.1%, 54.3%
CMYK81%, 0%, 37%, 9%
HSV152.4°, 81.1%, 91.4%
LAB82.3, -64.2, 29.8
XYZ35.4, 60.9, 37.1
Decimal2943378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.18:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE992;
}
.text-color {
color: #2CE992;
}
.border-color {
border: 2px solid #2CE992;
}