#49E90F
A medium, vivid green closely aligning with Lawngreen.
About #49E90F
At its core, #49E90F is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(73, 233, 15).
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 94% Yellow, and 9% Black. With a hue angle of 104.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#49E90F
RGB73, 233, 15
HSL104.0°, 87.9%, 48.6%
CMYK69%, 0%, 94%, 9%
HSV104.0°, 93.6%, 91.4%
LAB81.7, -73.3, 77.3
XYZ32.0, 59.7, 10.3
Decimal4843791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.95:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E90F;
}
.text-color {
color: #49E90F;
}
.border-color {
border: 2px solid #49E90F;
}