#339900
A dark, vivid green closely aligning with Green.
About #339900
The hex code #339900 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Green. Its digital footprint relies on 51 parts red, 153 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 67% Cyan, 0% Magenta, 100% Yellow, and 40% Black. The HSL representation is 100.0° hue, 100.0% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#339900
RGB51, 153, 0
HSL100.0°, 100.0%, 30.0%
CMYK67%, 0%, 100%, 40%
HSV100.0°, 100.0%, 60.0%
LAB55.6, -52.5, 57.7
XYZ12.8, 23.5, 3.9
Decimal3381504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.70:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #339900;
}
.text-color {
color: #339900;
}
.border-color {
border: 2px solid #339900;
}