#49E23A
A medium, vivid green closely aligning with Limegreen.
About #49E23A
Visually, #49E23A is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 73 red, 226 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 0% magenta, 74% yellow, and 11% black. The HSL representation is 114.6° hue, 74.3% saturation, and 55.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49E23A
RGB73, 226, 58
HSL114.6°, 74.3%, 55.7%
CMYK68%, 0%, 74%, 11%
HSV114.6°, 74.3%, 88.6%
LAB79.7, -69.3, 65.9
XYZ30.7, 56.1, 13.2
Decimal4842042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.22:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E23A;
}
.text-color {
color: #49E23A;
}
.border-color {
border: 2px solid #49E23A;
}