#49AF1D
A medium, vivid green closely aligning with Limegreen.
About #49AF1D
When working with digital screens, the color #49AF1D is rendered by mixing light. Its closest recognized web color is Limegreen. Its digital footprint relies on 73 parts red, 175 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 58% Cyan, 0% Magenta, 83% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49AF1D
RGB73, 175, 29
HSL101.9°, 71.6%, 40.0%
CMYK58%, 0%, 83%, 31%
HSV101.9°, 83.4%, 68.6%
LAB63.5, -53.9, 59.2
XYZ18.3, 32.2, 6.4
Decimal4828957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.43:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49AF1D;
}
.text-color {
color: #49AF1D;
}
.border-color {
border: 2px solid #49AF1D;
}