#00F033
A medium, vivid green closely aligning with Lime.
About #00F033
Visually, #00F033 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 0 red, 240 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 79% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F033
RGB0, 240, 51
HSL132.8°, 100.0%, 47.1%
CMYK100%, 0%, 79%, 6%
HSV132.8°, 100.0%, 94.1%
LAB83.2, -80.7, 71.2
XYZ31.8, 62.6, 13.5
Decimal61491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F033;
}
.text-color {
color: #00F033;
}
.border-color {
border: 2px solid #00F033;
}