#49CC16
A medium, vivid green closely aligning with Limegreen.
About #49CC16
The hex code #49CC16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 204, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 64% C, 0% M, 89% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49CC16
RGB73, 204, 22
HSL103.2°, 80.5%, 44.3%
CMYK64%, 0%, 89%, 20%
HSV103.2°, 89.2%, 80.0%
LAB72.7, -64.0, 68.8
XYZ24.5, 44.7, 8.1
Decimal4836374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC16;
}
.text-color {
color: #49CC16;
}
.border-color {
border: 2px solid #49CC16;
}