#50BD00
A dark, vivid green closely aligning with Limegreen.
About #50BD00
At its core, #50BD00 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(80, 189, 0).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 58% cyan, 0% magenta, 100% yellow, and 26% black. With a hue angle of 94.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50BD00
RGB80, 189, 0
HSL94.6°, 100.0%, 37.1%
CMYK58%, 0%, 100%, 26%
HSV94.6°, 100.0%, 74.1%
LAB68.1, -57.8, 68.0
XYZ21.5, 38.1, 6.2
Decimal5291264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD00;
}
.text-color {
color: #50BD00;
}
.border-color {
border: 2px solid #50BD00;
}