#1bd31b
a balanced, electric green · cool · closest name: lime
RGB
27, 211, 27
HSL
120°, 77%, 47%
CMYK
87, 0, 87, 17
Luminance
0.4690
Every format
| HEX | #1bd31b |
| RGB | rgb(27, 211, 27) |
| HSL | hsl(120, 77%, 47%) |
| CMYK | cmyk(87%, 0%, 87%, 17%) |
| LAB | lab(74.1 -72.7 68.8) |
| LCH | lch(74.1 100.1 136.6) |
| OKLCH | oklch(0.753 0.248 142.6) |
Copy-ready code
/* CSS */
color: #1bd31b;
background-color: #1bd31b;
/* Tailwind (arbitrary) */
class="text-[#1bd31b] bg-[#1bd31b]"
/* SCSS */
$brand: #1bd31b;
/* SwiftUI */
Color(red: 0.106, green: 0.827, blue: 0.106)
/* Android */
Color.parseColor("#1bd31b")Accessibility — WCAG contrast
Aa
#1bd31b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bd31b on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green82.7%
Blue10.6%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow87.2%
Key (black)17.3%
Color previews
#1bd31b text on a black background
contrast 10.38:1
Card sample
#1bd31b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bd31b;
Background color
Panel with #1bd31b background
background-color: #1bd31b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bd31b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 211, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 211, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bd31b; background: linear-gradient(135deg, #1bd31b, #1BD396);