#33F849
A medium, vivid green closely aligning with Lime.
About #33F849
Visually, #33F849 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(51, 248, 73).
When sending designs containing this color to a printer, the CMYK values come into play. 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.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33F849
RGB51, 248, 73
HSL126.7°, 93.4%, 58.6%
CMYK79%, 0%, 71%, 3%
HSV126.7°, 79.4%, 97.3%
LAB86.2, -78.2, 67.2
XYZ36.1, 68.3, 17.6
Decimal3405897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.66:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F849;
}
.text-color {
color: #33F849;
}
.border-color {
border: 2px solid #33F849;
}