#49CC6D
A medium, moderate green closely aligning with Lightgreen.
About #49CC6D
The precise color #49CC6D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 73 parts red, 204 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 64% Cyan, 0% Magenta, 47% Yellow, and 20% Black. With a hue angle of 136.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#49CC6D
RGB73, 204, 109
HSL136.5°, 56.2%, 54.3%
CMYK64%, 0%, 47%, 20%
HSV136.5°, 64.2%, 80.0%
LAB73.4, -56.1, 36.9
XYZ27.1, 45.7, 21.9
Decimal4836461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.14:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC6D;
}
.text-color {
color: #49CC6D;
}
.border-color {
border: 2px solid #49CC6D;
}