#49E950
A light, vivid green closely aligning with Limegreen.
About #49E950
The hex code #49E950 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 233, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 0% M, 66% Y, and 9% K. The HSL representation is 122.6° hue, 78.4% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#49E950
RGB73, 233, 80
HSL122.6°, 78.4%, 60.0%
CMYK69%, 0%, 66%, 9%
HSV122.6°, 68.7%, 91.4%
LAB82.0, -69.8, 60.3
XYZ33.3, 60.3, 17.5
Decimal4843856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.05:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E950;
}
.text-color {
color: #49E950;
}
.border-color {
border: 2px solid #49E950;
}