#49DB2C
A medium, vivid green closely aligning with Limegreen.
About #49DB2C
At its core, #49DB2C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 219, 44).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 80% Y, and 14% K. The HSL representation is 110.1° hue, 70.9% saturation, and 51.6% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49DB2C
RGB73, 219, 44
HSL110.1°, 70.9%, 51.6%
CMYK67%, 0%, 80%, 14%
HSV110.1°, 79.9%, 85.9%
LAB77.4, -68.0, 68.0
XYZ28.5, 52.3, 11.0
Decimal4840236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.45:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB2C;
}
.text-color {
color: #49DB2C;
}
.border-color {
border: 2px solid #49DB2C;
}