#49DB42
A medium, moderate green closely aligning with Limegreen.
About #49DB42
The hex code #49DB42 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. Its digital footprint relies on 73 parts red, 219 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 67% Cyan, 0% Magenta, 70% Yellow, and 14% Black. With a hue angle of 117.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49DB42
RGB73, 219, 66
HSL117.3°, 68.0%, 55.9%
CMYK67%, 0%, 70%, 14%
HSV117.3°, 69.9%, 85.9%
LAB77.6, -66.4, 61.0
XYZ29.1, 52.5, 13.8
Decimal4840258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.49:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB42;
}
.text-color {
color: #49DB42;
}
.border-color {
border: 2px solid #49DB42;
}