#33FF07
A medium, vivid green closely aligning with Lime.
About #33FF07
At its core, #33FF07 is a medium and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(51, 255, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 80% cyan, 0% magenta, 97% yellow, and 0% black. With a hue angle of 109.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33FF07
RGB51, 255, 7
HSL109.4°, 100.0%, 51.4%
CMYK80%, 0%, 97%, 0%
HSV109.4°, 97.3%, 100.0%
LAB88.1, -83.0, 83.1
XYZ37.2, 72.2, 12.2
Decimal3407623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF07;
}
.text-color {
color: #33FF07;
}
.border-color {
border: 2px solid #33FF07;
}