#33aa11
a dark, electric green · cool · closest name: green
RGB
51, 170, 17
HSL
107°, 82%, 37%
CMYK
70, 0, 90, 33
Luminance
0.2949
Every format
| HEX | #33aa11 |
| RGB | rgb(51, 170, 17) |
| HSL | hsl(107, 82%, 37%) |
| CMYK | cmyk(70%, 0%, 90%, 33%) |
| LAB | lab(61.2 -57.7 59.7) |
| LCH | lch(61.2 83.0 134.0) |
| OKLCH | oklch(0.647 0.205 140.5) |
Copy-ready code
/* CSS */
color: #33aa11;
background-color: #33aa11;
/* Tailwind (arbitrary) */
class="text-[#33aa11] bg-[#33aa11]"
/* SCSS */
$brand: #33aa11;
/* SwiftUI */
Color(red: 0.200, green: 0.667, blue: 0.067)
/* Android */
Color.parseColor("#33aa11")Accessibility — WCAG contrast
Aa
#33aa11 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#33aa11 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green66.7%
Blue6.7%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow90.0%
Key (black)33.3%
Color previews
#33aa11 text on a black background
contrast 6.90:1
Card sample
#33aa11 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33aa11;
Background color
Panel with #33aa11 background
background-color: #33aa11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33aa11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 170, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 170, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33aa11; background: linear-gradient(135deg, #33aa11, #11AA55);