#49E26D
A medium, vivid green closely aligning with Springgreen.
About #49E26D
At its core, #49E26D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 226, and 109.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 68% cyan, 0% magenta, 52% yellow, and 11% black. With a hue angle of 134.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49E26D
RGB73, 226, 109
HSL134.1°, 72.5%, 58.6%
CMYK68%, 0%, 52%, 11%
HSV134.1°, 67.7%, 88.6%
LAB80.1, -64.0, 45.4
XYZ32.7, 56.9, 23.7
Decimal4842093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.38:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E26D;
}
.text-color {
color: #49E26D;
}
.border-color {
border: 2px solid #49E26D;
}