#3caa33
a dark, vivid green · cool · closest name: forestgreen
RGB
60, 170, 51
HSL
116°, 54%, 43%
CMYK
65, 0, 70, 33
Luminance
0.2995
Every format
| HEX | #3caa33 |
| RGB | rgb(60, 170, 51) |
| HSL | hsl(116, 54%, 43%) |
| CMYK | cmyk(65%, 0%, 70%, 33%) |
| LAB | lab(61.6 -53.7 50.0) |
| LCH | lch(61.6 73.4 137.1) |
| OKLCH | oklch(0.651 0.186 142.0) |
Copy-ready code
/* CSS */
color: #3caa33;
background-color: #3caa33;
/* Tailwind (arbitrary) */
class="text-[#3caa33] bg-[#3caa33]"
/* SCSS */
$brand: #3caa33;
/* SwiftUI */
Color(red: 0.235, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#3caa33")Accessibility — WCAG contrast
Aa
#3caa33 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3caa33 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green66.7%
Blue20.0%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow70.0%
Key (black)33.3%
Color previews
#3caa33 text on a black background
contrast 6.99:1
Card sample
#3caa33 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3caa33;
Background color
Panel with #3caa33 background
background-color: #3caa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3caa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3caa33; background: linear-gradient(135deg, #3caa33, #33AA79);