#2CB607
A dark, vivid green closely aligning with Limegreen.
About #2CB607
At its core, #2CB607 is a dark and vivid hue. 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 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 76% C, 0% M, 96% Y, and 29% K. With a hue angle of 107.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CB607
RGB44, 182, 7
HSL107.3°, 92.6%, 37.1%
CMYK76%, 0%, 96%, 29%
HSV107.3°, 96.2%, 71.4%
LAB65.0, -62.9, 64.2
XYZ17.8, 34.0, 5.8
Decimal2930183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CB607;
}
.text-color {
color: #2CB607;
}
.border-color {
border: 2px solid #2CB607;
}