#49BD00
A dark, vivid green closely aligning with Limegreen.
About #49BD00
At its core, #49BD00 is a dark and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 189, and 0.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 61% cyan, 0% magenta, 100% yellow, and 26% black. With a hue angle of 96.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#49BD00
RGB73, 189, 0
HSL96.8°, 100.0%, 37.1%
CMYK61%, 0%, 100%, 26%
HSV96.8°, 100.0%, 74.1%
LAB67.9, -59.6, 67.7
XYZ20.9, 37.8, 6.2
Decimal4832512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD00;
}
.text-color {
color: #49BD00;
}
.border-color {
border: 2px solid #49BD00;
}