#50B633
A medium, moderate green closely aligning with Limegreen.
About #50B633
At its core, #50B633 is a medium and moderate 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, 182, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 56% C, 0% M, 72% Y, and 29% K. With a hue angle of 106.7 degrees, it sits comfortably in the green spectrum.
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#50B633
RGB80, 182, 51
HSL106.7°, 56.2%, 45.7%
CMYK56%, 0%, 72%, 29%
HSV106.7°, 72.0%, 71.4%
LAB66.1, -53.2, 54.8
XYZ20.6, 35.4, 8.9
Decimal5289523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.08:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50B633;
}
.text-color {
color: #50B633;
}
.border-color {
border: 2px solid #50B633;
}