#49CC07
A medium, vivid green closely aligning with Limegreen.
About #49CC07
The hex code #49CC07 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 73 parts red, 204 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 64% Cyan, 0% Magenta, 97% Yellow, and 20% Black. The HSL representation is 99.9° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49CC07
RGB73, 204, 7
HSL99.9°, 93.4%, 41.4%
CMYK64%, 0%, 97%, 20%
HSV99.9°, 96.6%, 80.0%
LAB72.6, -64.4, 70.7
XYZ24.4, 44.6, 7.5
Decimal4836359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.92:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC07;
}
.text-color {
color: #49CC07;
}
.border-color {
border: 2px solid #49CC07;
}