#49DB00
A medium, vivid green closely aligning with Limegreen.
About #49DB00
When working with digital screens, the color #49DB00 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 73 red, 219 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 100% Yellow, and 14% Black. The HSL representation is 100.0° hue, 100.0% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. 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#49DB00
RGB73, 219, 0
HSL100.0°, 100.0%, 42.9%
CMYK67%, 0%, 100%, 14%
HSV100.0°, 100.0%, 85.9%
LAB77.3, -69.3, 75.2
XYZ28.1, 52.1, 8.6
Decimal4840192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB00;
}
.text-color {
color: #49DB00;
}
.border-color {
border: 2px solid #49DB00;
}