#49E200
A medium, vivid green closely aligning with Lawngreen.
About #49E200
When working with digital screens, the color #49E200 is rendered by mixing light. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(73, 226, 0).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 68% C, 0% M, 100% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49E200
RGB73, 226, 0
HSL100.6°, 100.0%, 44.3%
CMYK68%, 0%, 100%, 11%
HSV100.6°, 100.0%, 88.6%
LAB79.5, -71.4, 76.9
XYZ29.9, 55.8, 9.2
Decimal4841984
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: #49E200;
}
.text-color {
color: #49E200;
}
.border-color {
border: 2px solid #49E200;
}