#50BD07
A dark, vivid green closely aligning with Limegreen.
About #50BD07
Visually, #50BD07 is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 80 red, 189 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 0% magenta, 96% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark 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#50BD07
RGB80, 189, 7
HSL95.9°, 92.9%, 38.4%
CMYK58%, 0%, 96%, 26%
HSV95.9°, 96.3%, 74.1%
LAB68.1, -57.7, 67.2
XYZ21.5, 38.1, 6.4
Decimal5291271
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: #50BD07;
}
.text-color {
color: #50BD07;
}
.border-color {
border: 2px solid #50BD07;
}