#49F842
A light, vivid green closely aligning with Lime.
About #49F842
Visually, #49F842 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 248, and 66.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 71% cyan, 0% magenta, 73% yellow, and 3% black. With a hue angle of 117.7 degrees, it sits comfortably in the green spectrum.
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#49F842
RGB73, 248, 66
HSL117.7°, 92.9%, 61.6%
CMYK71%, 0%, 73%, 3%
HSV117.7°, 73.4%, 97.3%
LAB86.5, -75.6, 70.1
XYZ37.3, 68.9, 16.5
Decimal4847682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.79:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F842;
}
.text-color {
color: #49F842;
}
.border-color {
border: 2px solid #49F842;
}