#50D349
A medium, moderate green closely aligning with Limegreen.
About #50D349
The hex code #50D349 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 211, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 0% magenta, 65% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50D349
RGB80, 211, 73
HSL117.0°, 61.1%, 55.7%
CMYK62%, 0%, 65%, 17%
HSV117.0°, 65.4%, 82.7%
LAB75.3, -61.7, 55.9
XYZ27.8, 48.8, 14.3
Decimal5296969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.76:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D349;
}
.text-color {
color: #50D349;
}
.border-color {
border: 2px solid #50D349;
}