#50DB3A
A medium, moderate green closely aligning with Limegreen.
About #50DB3A
Visually, #50DB3A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 219, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 0% Magenta, 74% Yellow, and 14% Black. With a hue angle of 111.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50DB3A
RGB80, 219, 58
HSL111.8°, 69.1%, 54.3%
CMYK63%, 0%, 74%, 14%
HSV111.8°, 73.5%, 85.9%
LAB77.7, -65.6, 64.0
XYZ29.4, 52.7, 12.6
Decimal5299002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.53:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DB3A;
}
.text-color {
color: #50DB3A;
}
.border-color {
border: 2px solid #50DB3A;
}