#1bfd49
a balanced, electric green · cool · closest name: lime
RGB
27, 253, 73
HSL
132°, 98%, 55%
CMYK
89, 0, 71, 1
Luminance
0.7096
Every format
| HEX | #1bfd49 |
| RGB | rgb(27, 253, 73) |
| HSL | hsl(132, 98%, 55%) |
| CMYK | cmyk(89%, 0%, 71%, 1%) |
| LAB | lab(87.5 -81.6 68.5) |
| LCH | lch(87.5 106.6 140.0) |
| OKLCH | oklch(0.865 0.270 144.7) |
Copy-ready code
/* CSS */
color: #1bfd49;
background-color: #1bfd49;
/* Tailwind (arbitrary) */
class="text-[#1bfd49] bg-[#1bfd49]"
/* SCSS */
$brand: #1bfd49;
/* SwiftUI */
Color(red: 0.106, green: 0.992, blue: 0.286)
/* Android */
Color.parseColor("#1bfd49")Accessibility — WCAG contrast
Aa
#1bfd49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bfd49 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green99.2%
Blue28.6%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow71.1%
Key (black)0.8%
Color previews
#1bfd49 text on a black background
contrast 15.19:1
Card sample
#1bfd49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bfd49;
Background color
Panel with #1bfd49 background
background-color: #1bfd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bfd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 253, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 253, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bfd49; background: linear-gradient(135deg, #1bfd49, #1BFDE0);