#33CC1D
A medium, vivid green closely aligning with Limegreen.
About #33CC1D
When working with digital screens, the color #33CC1D is rendered by mixing light. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(51, 204, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 75% C, 0% M, 86% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#33CC1D
RGB51, 204, 29
HSL112.5°, 75.1%, 45.7%
CMYK75%, 0%, 86%, 20%
HSV112.5°, 85.8%, 80.0%
LAB72.2, -67.8, 66.9
XYZ23.2, 44.0, 8.4
Decimal3394589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CC1D;
}
.text-color {
color: #33CC1D;
}
.border-color {
border: 2px solid #33CC1D;
}