#49E975
A light, vivid green closely aligning with Springgreen.
About #49E975
Visually, #49E975 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Springgreen. Its digital footprint relies on 73 parts red, 233 parts green, and 117 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 69% Cyan, 0% Magenta, 50% Yellow, and 9% Black. The HSL representation is 136.5° hue, 78.4% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49E975
RGB73, 233, 117
HSL136.5°, 78.4%, 60.0%
CMYK69%, 0%, 50%, 9%
HSV136.5°, 68.7%, 91.4%
LAB82.4, -65.3, 44.3
XYZ35.1, 61.0, 26.7
Decimal4843893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.20:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E975;
}
.text-color {
color: #49E975;
}
.border-color {
border: 2px solid #49E975;
}