#49DB57
A medium, moderate green closely aligning with Limegreen.
About #49DB57
At its core, #49DB57 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 219, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 67% cyan, 0% magenta, 60% yellow, and 14% black. The HSL representation is 125.8° hue, 67.0% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49DB57
RGB73, 219, 87
HSL125.8°, 67.0%, 57.3%
CMYK67%, 0%, 60%, 14%
HSV125.8°, 66.7%, 85.9%
LAB77.7, -64.4, 52.6
XYZ29.8, 52.8, 17.6
Decimal4840279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.55:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB57;
}
.text-color {
color: #49DB57;
}
.border-color {
border: 2px solid #49DB57;
}