#49E242
A medium, vivid green closely aligning with Limegreen.
About #49E242
The hex code #49E242 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 226, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 0% magenta, 71% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49E242
RGB73, 226, 66
HSL117.4°, 73.4%, 57.3%
CMYK68%, 0%, 71%, 11%
HSV117.4°, 70.8%, 88.6%
LAB79.7, -68.7, 63.2
XYZ30.9, 56.2, 14.4
Decimal4842050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.24:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E242;
}
.text-color {
color: #49E242;
}
.border-color {
border: 2px solid #49E242;
}