#49E207
A medium, vivid green closely aligning with Lawngreen.
About #49E207
The hex code #49E207 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(73, 226, 7).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 0% magenta, 97% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49E207
RGB73, 226, 7
HSL101.9°, 94.0%, 45.7%
CMYK68%, 0%, 97%, 11%
HSV101.9°, 96.9%, 88.6%
LAB79.5, -71.3, 76.3
XYZ30.0, 55.8, 9.4
Decimal4841991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.16:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E207;
}
.text-color {
color: #49E207;
}
.border-color {
border: 2px solid #49E207;
}