#49BD07
A dark, vivid green closely aligning with Limegreen.
About #49BD07
The hex code #49BD07 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 73 red, 189 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). 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.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49BD07
RGB73, 189, 7
HSL98.2°, 92.9%, 38.4%
CMYK61%, 0%, 96%, 26%
HSV98.2°, 96.3%, 74.1%
LAB67.9, -59.4, 66.9
XYZ21.0, 37.8, 6.4
Decimal4832519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD07;
}
.text-color {
color: #49BD07;
}
.border-color {
border: 2px solid #49BD07;
}