#49BD42
A medium, moderate green closely aligning with Limegreen.
About #49BD42
The precise color #49BD42 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 189, 66).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 61% cyan, 0% magenta, 65% yellow, and 26% black. The HSL representation is 116.6° hue, 48.2% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49BD42
RGB73, 189, 66
HSL116.6°, 48.2%, 50.0%
CMYK61%, 0%, 65%, 26%
HSV116.6°, 65.1%, 74.1%
LAB68.2, -56.1, 50.9
XYZ21.9, 38.2, 11.4
Decimal4832578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD42;
}
.text-color {
color: #49BD42;
}
.border-color {
border: 2px solid #49BD42;
}