#33aa00
a dark, electric green · cool · closest name: green
RGB
51, 170, 0
HSL
102°, 100%, 33%
CMYK
70, 0, 100, 33
Luminance
0.2945
Every format
| HEX | #33aa00 |
| RGB | rgb(51, 170, 0) |
| HSL | hsl(102, 100%, 33%) |
| CMYK | cmyk(70%, 0%, 100%, 33%) |
| LAB | lab(61.2 -58.1 62.1) |
| LCH | lch(61.2 85.1 133.1) |
| OKLCH | oklch(0.646 0.208 140.0) |
Copy-ready code
/* CSS */
color: #33aa00;
background-color: #33aa00;
/* Tailwind (arbitrary) */
class="text-[#33aa00] bg-[#33aa00]"
/* SCSS */
$brand: #33aa00;
/* SwiftUI */
Color(red: 0.200, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#33aa00")Accessibility — WCAG contrast
Aa
#33aa00 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#33aa00 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green66.7%
Blue0.0%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#33aa00 text on a black background
contrast 6.89:1
Card sample
#33aa00 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33aa00;
Background color
Panel with #33aa00 background
background-color: #33aa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33aa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33aa00; background: linear-gradient(135deg, #33aa00, #00AA3E);