#1bbe0e
a dark, electric green · cool · closest name: green
RGB
27, 190, 14
HSL
116°, 86%, 40%
CMYK
86, 0, 93, 26
Luminance
0.3709
Every format
| HEX | #1bbe0e |
| RGB | rgb(27, 190, 14) |
| HSL | hsl(116, 86%, 40%) |
| CMYK | cmyk(86%, 0%, 93%, 26%) |
| LAB | lab(67.3 -67.2 65.2) |
| LCH | lch(67.3 93.6 135.8) |
| OKLCH | oklch(0.697 0.231 142.2) |
Copy-ready code
/* CSS */
color: #1bbe0e;
background-color: #1bbe0e;
/* Tailwind (arbitrary) */
class="text-[#1bbe0e] bg-[#1bbe0e]"
/* SCSS */
$brand: #1bbe0e;
/* SwiftUI */
Color(red: 0.106, green: 0.745, blue: 0.055)
/* Android */
Color.parseColor("#1bbe0e")Accessibility — WCAG contrast
Aa
#1bbe0e on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bbe0e on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green74.5%
Blue5.5%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow92.6%
Key (black)25.5%
Color previews
#1bbe0e text on a black background
contrast 8.42:1
Card sample
#1bbe0e text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bbe0e;
Background color
Panel with #1bbe0e background
background-color: #1bbe0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bbe0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 190, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 190, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bbe0e; background: linear-gradient(135deg, #1bbe0e, #0EBE76);