#49F83A
A light, vivid green closely aligning with Lime.
About #49F83A
At its core, #49F83A is a light and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(73, 248, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 71% cyan, 0% magenta, 77% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49F83A
RGB73, 248, 58
HSL115.3°, 93.1%, 60.0%
CMYK71%, 0%, 77%, 3%
HSV115.3°, 76.6%, 97.3%
LAB86.4, -76.2, 72.5
XYZ37.1, 68.9, 15.3
Decimal4847674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F83A;
}
.text-color {
color: #49F83A;
}
.border-color {
border: 2px solid #49F83A;
}