#1b9600
a dark, electric green · cool · closest name: green
RGB
27, 150, 0
HSL
109°, 100%, 29%
CMYK
82, 0, 100, 41
Luminance
0.2205
Every format
| HEX | #1b9600 |
| RGB | rgb(27, 150, 0) |
| HSL | hsl(109, 100%, 29%) |
| CMYK | cmyk(82%, 0%, 100%, 41%) |
| LAB | lab(54.1 -55.8 56.3) |
| LCH | lch(54.1 79.2 134.7) |
| OKLCH | oklch(0.586 0.195 141.4) |
Copy-ready code
/* CSS */
color: #1b9600;
background-color: #1b9600;
/* Tailwind (arbitrary) */
class="text-[#1b9600] bg-[#1b9600]"
/* SCSS */
$brand: #1b9600;
/* SwiftUI */
Color(red: 0.106, green: 0.588, blue: 0.000)
/* Android */
Color.parseColor("#1b9600")Accessibility — WCAG contrast
Aa
#1b9600 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1b9600 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green58.8%
Blue0.0%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow100.0%
Key (black)41.2%
Color previews
#1b9600 text on a black background
contrast 5.41:1
Card sample
#1b9600 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b9600;
Background color
Panel with #1b9600 background
background-color: #1b9600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b9600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 150, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 150, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b9600; background: linear-gradient(135deg, #1b9600, #009649);