#49BD1D
A medium, vivid green closely aligning with Limegreen.
About #49BD1D
Visually, #49BD1D is defined as a vivid green. 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 29.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 61% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49BD1D
RGB73, 189, 29
HSL103.5°, 73.4%, 42.7%
CMYK61%, 0%, 85%, 26%
HSV103.5°, 84.7%, 74.1%
LAB67.9, -58.8, 63.3
XYZ21.2, 37.9, 7.4
Decimal4832541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.58:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD1D;
}
.text-color {
color: #49BD1D;
}
.border-color {
border: 2px solid #49BD1D;
}