#2CE250
A medium, vivid green closely aligning with Limegreen.
About #2CE250
At its core, #2CE250 is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 226, 80).
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 0% Magenta, 65% Yellow, and 11% Black. With a hue angle of 131.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE250
RGB44, 226, 80
HSL131.9°, 75.8%, 52.9%
CMYK81%, 0%, 65%, 11%
HSV131.9°, 80.5%, 88.6%
LAB79.3, -71.7, 57.2
XYZ29.7, 55.5, 16.7
Decimal2941520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.10:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE250;
}
.text-color {
color: #2CE250;
}
.border-color {
border: 2px solid #2CE250;
}