#2CFF83
A medium, vivid green closely aligning with Springgreen.
About #2CFF83
When working with digital screens, the color #2CFF83 is rendered by mixing light. Its closest recognized web color is Springgreen. In the RGB color space, it consists of 44 red, 255 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CFF83
RGB44, 255, 131
HSL144.7°, 100.0%, 58.6%
CMYK83%, 0%, 49%, 0%
HSV144.7°, 82.7%, 100.0%
LAB88.8, -74.2, 45.6
XYZ40.9, 73.7, 33.5
Decimal2948995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.74:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF83;
}
.text-color {
color: #2CFF83;
}
.border-color {
border: 2px solid #2CFF83;
}