#50BD3A
A medium, moderate green closely aligning with Limegreen.
About #50BD3A
At its core, #50BD3A is a medium and moderate hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 189, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 58% C, 0% M, 69% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50BD3A
RGB80, 189, 58
HSL109.9°, 53.0%, 48.4%
CMYK58%, 0%, 69%, 26%
HSV109.9°, 69.3%, 74.1%
LAB68.3, -55.2, 54.4
XYZ22.3, 38.4, 10.2
Decimal5291322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.68:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD3A;
}
.text-color {
color: #50BD3A;
}
.border-color {
border: 2px solid #50BD3A;
}