#49CC3A
A medium, moderate green closely aligning with Limegreen.
About #49CC3A
The hex code #49CC3A represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 204, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 64% Cyan, 0% Magenta, 72% Yellow, and 20% Black. With a hue angle of 113.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49CC3A
RGB73, 204, 58
HSL113.8°, 58.9%, 51.4%
CMYK64%, 0%, 72%, 20%
HSV113.8°, 71.6%, 80.0%
LAB72.8, -62.1, 59.0
XYZ25.1, 44.9, 11.3
Decimal4836410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
9.98:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC3A;
}
.text-color {
color: #49CC3A;
}
.border-color {
border: 2px solid #49CC3A;
}