#49DB07
A medium, vivid green closely aligning with Limegreen.
About #49DB07
The hex code #49DB07 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 73 red, 219 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 67% C, 0% M, 97% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#49DB07
RGB73, 219, 7
HSL101.3°, 93.8%, 44.3%
CMYK67%, 0%, 97%, 14%
HSV101.3°, 96.8%, 85.9%
LAB77.3, -69.2, 74.5
XYZ28.1, 52.1, 8.8
Decimal4840199
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.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB07;
}
.text-color {
color: #49DB07;
}
.border-color {
border: 2px solid #49DB07;
}