#50BD16
A medium, vivid green closely aligning with Limegreen.
About #50BD16
At its core, #50BD16 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 189, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 58% Cyan, 0% Magenta, 88% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50BD16
RGB80, 189, 22
HSL99.2°, 79.1%, 41.4%
CMYK58%, 0%, 88%, 26%
HSV99.2°, 88.4%, 74.1%
LAB68.1, -57.3, 65.0
XYZ21.7, 38.2, 7.0
Decimal5291286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD16;
}
.text-color {
color: #50BD16;
}
.border-color {
border: 2px solid #50BD16;
}