#33F00F
A medium, vivid green closely aligning with Lime.
About #33F00F
At its core, #33F00F is a medium and vivid hue. Designers often compare it to the standard color Lime. Its digital footprint relies on 51 parts red, 240 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 79% Cyan, 0% Magenta, 94% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F00F
RGB51, 240, 15
HSL110.4°, 88.2%, 50.0%
CMYK79%, 0%, 94%, 6%
HSV110.4°, 93.8%, 94.1%
LAB83.5, -78.7, 78.6
XYZ32.6, 63.1, 10.9
Decimal3403791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.61:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F00F;
}
.text-color {
color: #33F00F;
}
.border-color {
border: 2px solid #33F00F;
}