#16FF33
A medium, vivid green closely aligning with Lime.
About #16FF33
Visually, #16FF33 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 22 red, 255 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 91% cyan, 0% magenta, 80% yellow, and 0% black. With a hue angle of 127.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16FF33
RGB22, 255, 51
HSL127.5°, 100.0%, 54.3%
CMYK91%, 0%, 80%, 0%
HSV127.5°, 91.4%, 100.0%
LAB87.9, -83.9, 75.7
XYZ36.7, 71.9, 15.1
Decimal1507123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FF33;
}
.text-color {
color: #16FF33;
}
.border-color {
border: 2px solid #16FF33;
}