#33F807
A medium, vivid green closely aligning with Lime.
About #33F807
The hex code #33F807 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 51 parts red, 248 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 79% C, 0% M, 97% Y, and 3% K. With a hue angle of 109.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#33F807
RGB51, 248, 7
HSL109.0°, 94.5%, 50.0%
CMYK79%, 0%, 97%, 3%
HSV109.0°, 97.2%, 97.3%
LAB85.9, -81.1, 81.3
XYZ35.0, 67.9, 11.5
Decimal3405831
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.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F807;
}
.text-color {
color: #33F807;
}
.border-color {
border: 2px solid #33F807;
}