#33D324
A medium, vivid green closely aligning with Limegreen.
About #33D324
At its core, #33D324 is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(51, 211, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. With a hue angle of 114.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33D324
RGB51, 211, 36
HSL114.9°, 70.9%, 48.4%
CMYK76%, 0%, 83%, 17%
HSV114.9°, 82.9%, 82.7%
LAB74.5, -69.6, 67.2
XYZ25.0, 47.4, 9.5
Decimal3396388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D324;
}
.text-color {
color: #33D324;
}
.border-color {
border: 2px solid #33D324;
}