#50D350
A medium, moderate green closely aligning with Limegreen.
About #50D350
The precise color #50D350 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 211, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 62% cyan, 0% magenta, 62% yellow, and 17% 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. 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#50D350
RGB80, 211, 80
HSL120.0°, 59.8%, 57.1%
CMYK62%, 0%, 62%, 17%
HSV120.0°, 62.1%, 82.7%
LAB75.4, -61.0, 53.0
XYZ28.1, 48.9, 15.5
Decimal5296976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.77:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D350;
}
.text-color {
color: #50D350;
}
.border-color {
border: 2px solid #50D350;
}