#2CE283
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CE283
When working with digital screens, the color #2CE283 is rendered by mixing light. Designers often compare it to the standard color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 226, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 81% Cyan, 0% Magenta, 42% Yellow, and 11% Black. The HSL representation is 148.7° hue, 75.8% saturation, and 52.9% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE283
RGB44, 226, 131
HSL148.7°, 75.8%, 52.9%
CMYK81%, 0%, 42%, 11%
HSV148.7°, 80.5%, 88.6%
LAB79.9, -64.5, 34.3
XYZ32.3, 56.6, 30.7
Decimal2941571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE283;
}
.text-color {
color: #2CE283;
}
.border-color {
border: 2px solid #2CE283;
}