#49F042
A light, vivid green closely aligning with Limegreen.
About #49F042
Visually, #49F042 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(73, 240, 66).
Translating this color to physical media requires the CMYK color model. The color uses 70% Cyan, 0% Magenta, 72% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49F042
RGB73, 240, 66
HSL117.6°, 85.3%, 60.0%
CMYK70%, 0%, 72%, 6%
HSV117.6°, 72.5%, 94.1%
LAB84.0, -73.2, 67.6
XYZ34.9, 64.1, 15.7
Decimal4845634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.83:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F042;
}
.text-color {
color: #49F042;
}
.border-color {
border: 2px solid #49F042;
}