#49F083
A light, vivid green closely aligning with Mediumspringgreen.
About #49F083
The hex code #49F083 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. In the RGB color space, it consists of 73 red, 240 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 0% M, 45% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F083
RGB73, 240, 131
HSL140.8°, 84.8%, 61.4%
CMYK70%, 0%, 45%, 6%
HSV140.8°, 69.6%, 94.1%
LAB84.7, -65.6, 40.5
XYZ38.0, 65.4, 32.1
Decimal4845699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.08:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F083;
}
.text-color {
color: #49F083;
}
.border-color {
border: 2px solid #49F083;
}