#00FF33
A medium, vivid green closely aligning with Lime.
About #00FF33
The hex code #00FF33 represents a beautifully specific shade of green. Its closest recognized web color is Lime. Its digital footprint relies on 0 parts red, 255 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 80% Yellow, and 0% Black. With a hue angle of 132.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#00FF33
RGB0, 255, 51
HSL132.0°, 100.0%, 50.0%
CMYK100%, 0%, 80%, 0%
HSV132.0°, 100.0%, 100.0%
LAB87.9, -84.7, 75.6
XYZ36.4, 71.8, 15.1
Decimal65331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF33;
}
.text-color {
color: #00FF33;
}
.border-color {
border: 2px solid #00FF33;
}