#49CC66
A medium, moderate green closely aligning with Lightgreen.
About #49CC66
Visually, #49CC66 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(73, 204, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 64% Cyan, 0% Magenta, 50% Yellow, and 20% Black. With a hue angle of 133.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49CC66
RGB73, 204, 102
HSL133.3°, 56.2%, 54.3%
CMYK64%, 0%, 50%, 20%
HSV133.3°, 64.2%, 80.0%
LAB73.3, -57.1, 40.3
XYZ26.7, 45.6, 20.0
Decimal4836454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC66;
}
.text-color {
color: #49CC66;
}
.border-color {
border: 2px solid #49CC66;
}