#50C507
A medium, vivid green closely aligning with Limegreen.
About #50C507
At its core, #50C507 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 197, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 0% Magenta, 96% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50C507
RGB80, 197, 7
HSL96.9°, 93.1%, 40.0%
CMYK59%, 0%, 96%, 23%
HSV96.9°, 96.4%, 77.3%
LAB70.6, -60.4, 69.2
XYZ23.3, 41.7, 7.0
Decimal5293319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C507;
}
.text-color {
color: #50C507;
}
.border-color {
border: 2px solid #50C507;
}