#49DB24
A medium, vivid green closely aligning with Limegreen.
About #49DB24
Visually, #49DB24 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 73 red, 219 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 67% Cyan, 0% Magenta, 84% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49DB24
RGB73, 219, 36
HSL107.9°, 71.8%, 50.0%
CMYK67%, 0%, 84%, 14%
HSV107.9°, 83.6%, 85.9%
LAB77.4, -68.3, 70.1
XYZ28.4, 52.2, 10.2
Decimal4840228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.44:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB24;
}
.text-color {
color: #49DB24;
}
.border-color {
border: 2px solid #49DB24;
}