#33F816
A medium, vivid green closely aligning with Lime.
About #33F816
When working with digital screens, the color #33F816 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 22.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F816
RGB51, 248, 22
HSL112.3°, 94.2%, 52.9%
CMYK79%, 0%, 91%, 3%
HSV112.3°, 91.1%, 97.3%
LAB86.0, -80.8, 79.9
XYZ35.1, 67.9, 12.0
Decimal3405846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F816;
}
.text-color {
color: #33F816;
}
.border-color {
border: 2px solid #33F816;
}