#49F033
A medium, vivid green closely aligning with Lawngreen.
About #49F033
At its core, #49F033 is a medium and vivid hue. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 240, and 51.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 70% cyan, 0% magenta, 79% yellow, and 6% black. With a hue angle of 113.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#49F033
RGB73, 240, 51
HSL113.0°, 86.3%, 57.1%
CMYK70%, 0%, 79%, 6%
HSV113.0°, 78.8%, 94.1%
LAB84.0, -74.1, 72.2
XYZ34.5, 64.0, 13.7
Decimal4845619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F033;
}
.text-color {
color: #49F033;
}
.border-color {
border: 2px solid #49F033;
}