#229911
a dark, electric green · cool · closest name: green
RGB
34, 153, 17
HSL
113°, 80%, 33%
CMYK
78, 0, 89, 40
Luminance
0.2316
Every format
| HEX | #229911 |
| RGB | rgb(34, 153, 17) |
| HSL | hsl(113, 80%, 33%) |
| CMYK | cmyk(78%, 0%, 89%, 40%) |
| LAB | lab(55.2 -55.2 54.4) |
| LCH | lch(55.2 77.5 135.4) |
| OKLCH | oklch(0.596 0.192 141.6) |
Copy-ready code
/* CSS */
color: #229911;
background-color: #229911;
/* Tailwind (arbitrary) */
class="text-[#229911] bg-[#229911]"
/* SCSS */
$brand: #229911;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#229911")Accessibility — WCAG contrast
Aa
#229911 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229911 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue6.7%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow88.9%
Key (black)40.0%
Color previews
#229911 text on a black background
contrast 5.63:1
Card sample
#229911 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229911;
Background color
Panel with #229911 background
background-color: #229911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229911; background: linear-gradient(135deg, #229911, #11995B);