#2CB642
A medium, moderate green closely aligning with Limegreen.
About #2CB642
Visually, #2CB642 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 182, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 0% M, 64% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CB642
RGB44, 182, 66
HSL129.6°, 61.1%, 44.3%
CMYK76%, 0%, 64%, 29%
HSV129.6°, 75.8%, 71.4%
LAB65.3, -59.2, 47.5
XYZ18.8, 34.4, 10.8
Decimal2930242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CB642;
}
.text-color {
color: #2CB642;
}
.border-color {
border: 2px solid #2CB642;
}