#009b30
a dark, electric green · cool · closest name: forestgreen
RGB
0, 155, 48
HSL
139°, 100%, 30%
CMYK
100, 0, 69, 39
Luminance
0.2366
Every format
| HEX | #009b30 |
| RGB | rgb(0, 155, 48) |
| HSL | hsl(139, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 69%, 39%) |
| LAB | lab(55.7 -56.6 44.7) |
| LCH | lch(55.7 72.1 141.7) |
| OKLCH | oklch(0.600 0.184 145.9) |
Copy-ready code
/* CSS */
color: #009b30;
background-color: #009b30;
/* Tailwind (arbitrary) */
class="text-[#009b30] bg-[#009b30]"
/* SCSS */
$brand: #009b30;
/* SwiftUI */
Color(red: 0.000, green: 0.608, blue: 0.188)
/* Android */
Color.parseColor("#009b30")Accessibility — WCAG contrast
Aa
#009b30 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009b30 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.8%
Blue18.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow69.0%
Key (black)39.2%
Color previews
#009b30 text on a black background
contrast 5.73:1
Card sample
#009b30 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009b30;
Background color
Panel with #009b30 background
background-color: #009b30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009b30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 155, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 155, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009b30; background: linear-gradient(135deg, #009b30, #009B97);