#49E907
A medium, vivid green closely aligning with Lawngreen.
About #49E907
At its core, #49E907 is a medium and vivid hue. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 73 red, 233 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 69% C, 0% M, 97% Y, and 9% K. The HSL representation is 102.5° hue, 94.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49E907
RGB73, 233, 7
HSL102.5°, 94.2%, 47.1%
CMYK69%, 0%, 97%, 9%
HSV102.5°, 97.0%, 91.4%
LAB81.7, -73.5, 78.0
XYZ31.9, 59.7, 10.0
Decimal4843783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.94:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E907;
}
.text-color {
color: #49E907;
}
.border-color {
border: 2px solid #49E907;
}