#2CD74C
A medium, moderate green closely aligning with Limegreen.
About #2CD74C
The hex code #2CD74C represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 215, and 76.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 80% C, 0% M, 65% Y, and 16% K. With a hue angle of 131.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2CD74C
RGB44, 215, 76
HSL131.2°, 68.1%, 50.8%
CMYK80%, 0%, 65%, 16%
HSV131.2°, 79.5%, 84.3%
LAB75.9, -68.7, 55.0
XYZ26.6, 49.7, 15.0
Decimal2938700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.93:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD74C;
}
.text-color {
color: #2CD74C;
}
.border-color {
border: 2px solid #2CD74C;
}