#2CD300
A medium, vivid green closely aligning with Limegreen.
About #2CD300
At its core, #2CD300 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(44, 211, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 79% 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#2CD300
RGB44, 211, 0
HSL107.5°, 100.0%, 41.4%
CMYK79%, 0%, 100%, 17%
HSV107.5°, 100.0%, 82.7%
LAB74.3, -71.6, 72.5
XYZ24.3, 47.1, 7.8
Decimal2937600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD300;
}
.text-color {
color: #2CD300;
}
.border-color {
border: 2px solid #2CD300;
}