#49E924
A medium, vivid green closely aligning with Lawngreen.
About #49E924
When working with digital screens, the color #49E924 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(73, 233, 36).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 0% M, 85% Y, and 9% K. The HSL representation is 108.7° hue, 81.7% saturation, and 52.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49E924
RGB73, 233, 36
HSL108.7°, 81.7%, 52.7%
CMYK69%, 0%, 85%, 9%
HSV108.7°, 84.5%, 91.4%
LAB81.7, -72.7, 73.9
XYZ32.2, 59.8, 11.5
Decimal4843812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.96:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E924;
}
.text-color {
color: #49E924;
}
.border-color {
border: 2px solid #49E924;
}