#3ACC33
A medium, moderate green closely aligning with Limegreen.
About #3ACC33
Visually, #3ACC33 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 58 parts red, 204 parts green, and 51 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 72% cyan, 0% magenta, 75% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3ACC33
RGB58, 204, 51
HSL117.3°, 60.0%, 50.0%
CMYK72%, 0%, 75%, 20%
HSV117.3°, 75.0%, 80.0%
LAB72.4, -65.5, 61.0
XYZ23.9, 44.3, 10.4
Decimal3853363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.86:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC33;
}
.text-color {
color: #3ACC33;
}
.border-color {
border: 2px solid #3ACC33;
}