#2CA807
A dark, vivid green closely aligning with Limegreen.
About #2CA807
When working with digital screens, the color #2CA807 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 44 parts red, 168 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 0% Magenta, 96% Yellow, and 34% Black. The HSL representation is 106.2° hue, 92.0% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CA807
RGB44, 168, 7
HSL106.2°, 92.0%, 34.3%
CMYK74%, 0%, 96%, 34%
HSV106.2°, 95.8%, 65.9%
LAB60.4, -58.6, 60.5
XYZ15.1, 28.6, 4.9
Decimal2926599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA807;
}
.text-color {
color: #2CA807;
}
.border-color {
border: 2px solid #2CA807;
}