#49F075
A light, vivid green closely aligning with Springgreen.
About #49F075
When working with digital screens, the color #49F075 is rendered by mixing light. 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, 240, and 117.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 70% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F075
RGB73, 240, 117
HSL135.8°, 84.8%, 61.4%
CMYK70%, 0%, 51%, 6%
HSV135.8°, 69.6%, 94.1%
LAB84.5, -67.7, 47.0
XYZ37.1, 65.0, 27.4
Decimal4845685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.00:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F075;
}
.text-color {
color: #49F075;
}
.border-color {
border: 2px solid #49F075;
}