#33F800
A medium, vivid green closely aligning with Lime.
About #33F800
At its core, #33F800 is a medium and vivid hue. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 79% C, 0% M, 100% Y, and 3% K. The HSL representation is 107.7° hue, 100.0% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F800
RGB51, 248, 0
HSL107.7°, 100.0%, 48.6%
CMYK79%, 0%, 100%, 3%
HSV107.7°, 100.0%, 97.3%
LAB85.9, -81.2, 81.9
XYZ34.9, 67.8, 11.3
Decimal3405824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.57:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F800;
}
.text-color {
color: #33F800;
}
.border-color {
border: 2px solid #33F800;
}