#50FF1D
A medium, vivid green closely aligning with Lime.
About #50FF1D
At its core, #50FF1D is a medium and vivid hue. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 255, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 69% C, 0% M, 89% Y, and 0% K. The HSL representation is 106.5° hue, 100.0% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50FF1D
RGB80, 255, 29
HSL106.5°, 100.0%, 55.7%
CMYK69%, 0%, 89%, 0%
HSV106.5°, 88.6%, 100.0%
LAB88.6, -78.4, 81.2
XYZ39.3, 73.3, 13.2
Decimal5308189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.66:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF1D;
}
.text-color {
color: #50FF1D;
}
.border-color {
border: 2px solid #50FF1D;
}