#49CC1D
A medium, vivid green closely aligning with Limegreen.
About #49CC1D
At its core, #49CC1D is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 73 red, 204 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49CC1D
RGB73, 204, 29
HSL104.9°, 75.1%, 45.7%
CMYK64%, 0%, 86%, 20%
HSV104.9°, 85.8%, 80.0%
LAB72.7, -63.8, 67.5
XYZ24.6, 44.7, 8.5
Decimal4836381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC1D;
}
.text-color {
color: #49CC1D;
}
.border-color {
border: 2px solid #49CC1D;
}