#2CE999
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CE999
Visually, #2CE999 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(44, 233, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 0% M, 34% Y, and 9% K. With a hue angle of 154.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE999
RGB44, 233, 153
HSL154.6°, 81.1%, 54.3%
CMYK81%, 0%, 34%, 9%
HSV154.6°, 81.1%, 91.4%
LAB82.4, -62.8, 26.4
XYZ35.9, 61.1, 40.0
Decimal2943385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.22:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE999;
}
.text-color {
color: #2CE999;
}
.border-color {
border: 2px solid #2CE999;
}