#1bff18
a balanced, electric green · cool · closest name: lime
RGB
27, 255, 24
HSL
119°, 100%, 55%
CMYK
89, 0, 91, 0
Luminance
0.7182
Every format
| HEX | #1bff18 |
| RGB | rgb(27, 255, 24) |
| HSL | hsl(119, 100%, 55%) |
| CMYK | cmyk(89%, 0%, 91%, 0%) |
| LAB | lab(87.9 -84.7 81.1) |
| LCH | lch(87.9 117.3 136.3) |
| OKLCH | oklch(0.868 0.290 142.5) |
Copy-ready code
/* CSS */
color: #1bff18;
background-color: #1bff18;
/* Tailwind (arbitrary) */
class="text-[#1bff18] bg-[#1bff18]"
/* SCSS */
$brand: #1bff18;
/* SwiftUI */
Color(red: 0.106, green: 1.000, blue: 0.094)
/* Android */
Color.parseColor("#1bff18")Accessibility — WCAG contrast
Aa
#1bff18 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bff18 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green100.0%
Blue9.4%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow90.6%
Key (black)0.0%
Color previews
#1bff18 text on a black background
contrast 15.36:1
Card sample
#1bff18 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bff18;
Background color
Panel with #1bff18 background
background-color: #1bff18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bff18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 255, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 255, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bff18; background: linear-gradient(135deg, #1bff18, #18FFAF);