#2CD32C
A medium, moderate green closely aligning with Limegreen.
About #2CD32C
At its core, #2CD32C is a medium and moderate hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 211, and 44.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 79% cyan, 0% magenta, 79% yellow, and 17% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CD32C
RGB44, 211, 44
HSL120.0°, 65.5%, 50.0%
CMYK79%, 0%, 79%, 17%
HSV120.0°, 79.1%, 82.7%
LAB74.4, -70.1, 65.0
XYZ24.8, 47.3, 10.2
Decimal2937644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD32C;
}
.text-color {
color: #2CD32C;
}
.border-color {
border: 2px solid #2CD32C;
}