#49E92C
A medium, vivid green closely aligning with Limegreen.
About #49E92C
At its core, #49E92C is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 233, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 69% cyan and 0% magenta inks. The HSL representation is 110.8° hue, 81.1% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#49E92C
RGB73, 233, 44
HSL110.8°, 81.1%, 54.3%
CMYK69%, 0%, 81%, 9%
HSV110.8°, 81.1%, 91.4%
LAB81.8, -72.4, 72.1
XYZ32.3, 59.9, 12.2
Decimal4843820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E92C;
}
.text-color {
color: #49E92C;
}
.border-color {
border: 2px solid #49E92C;
}