#50FF33
A light, vivid green closely aligning with Lime.
About #50FF33
At its core, #50FF33 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(80, 255, 51).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 69% Cyan, 0% Magenta, 80% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50FF33
RGB80, 255, 51
HSL111.5°, 100.0%, 60.0%
CMYK69%, 0%, 80%, 0%
HSV111.5°, 80.0%, 100.0%
LAB88.7, -77.5, 76.7
XYZ39.7, 73.5, 15.2
Decimal5308211
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.69:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF33;
}
.text-color {
color: #50FF33;
}
.border-color {
border: 2px solid #50FF33;
}