#1bf572
a balanced, electric green · cool · closest name: lime
RGB
27, 245, 114
HSL
144°, 92%, 53%
CMYK
89, 0, 54, 4
Luminance
0.6675
Every format
| HEX | #1bf572 |
| RGB | rgb(27, 245, 114) |
| HSL | hsl(144, 92%, 53%) |
| CMYK | cmyk(89%, 0%, 54%, 4%) |
| LAB | lab(85.4 -74.7 49.3) |
| LCH | lch(85.4 89.5 146.6) |
| OKLCH | oklch(0.849 0.233 149.4) |
Copy-ready code
/* CSS */
color: #1bf572;
background-color: #1bf572;
/* Tailwind (arbitrary) */
class="text-[#1bf572] bg-[#1bf572]"
/* SCSS */
$brand: #1bf572;
/* SwiftUI */
Color(red: 0.106, green: 0.961, blue: 0.447)
/* Android */
Color.parseColor("#1bf572")Accessibility — WCAG contrast
Aa
#1bf572 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bf572 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green96.1%
Blue44.7%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow53.5%
Key (black)3.9%
Color previews
#1bf572 text on a black background
contrast 14.35:1
Card sample
#1bf572 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bf572;
Background color
Panel with #1bf572 background
background-color: #1bf572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bf572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 245, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 245, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bf572; background: linear-gradient(135deg, #1bf572, #1BE7F5);