#49D349
A medium, moderate green closely aligning with Limegreen.
About #49D349
The hex code #49D349 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 211, and 73.
For print applications, it's crucial to understand its CMYK makeup. The color uses 65% Cyan, 0% Magenta, 65% Yellow, and 17% Black. The HSL representation is 120.0° hue, 61.1% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49D349
RGB73, 211, 73
HSL120.0°, 61.1%, 55.7%
CMYK65%, 0%, 65%, 17%
HSV120.0°, 65.4%, 82.7%
LAB75.1, -63.1, 55.6
XYZ27.2, 48.5, 14.2
Decimal4838217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.70:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D349;
}
.text-color {
color: #49D349;
}
.border-color {
border: 2px solid #49D349;
}