#1dfb7c
a balanced, electric green · cool · closest name: lime
RGB
29, 251, 124
HSL
146°, 97%, 55%
CMYK
88, 0, 51, 2
Luminance
0.7071
Every format
| HEX | #1dfb7c |
| RGB | rgb(29, 251, 124) |
| HSL | hsl(146, 97%, 55%) |
| CMYK | cmyk(88%, 0%, 51%, 2%) |
| LAB | lab(87.3 -75.0 47.1) |
| LCH | lch(87.3 88.6 147.9) |
| OKLCH | oklch(0.866 0.231 150.5) |
Copy-ready code
/* CSS */
color: #1dfb7c;
background-color: #1dfb7c;
/* Tailwind (arbitrary) */
class="text-[#1dfb7c] bg-[#1dfb7c]"
/* SCSS */
$brand: #1dfb7c;
/* SwiftUI */
Color(red: 0.114, green: 0.984, blue: 0.486)
/* Android */
Color.parseColor("#1dfb7c")Accessibility — WCAG contrast
Aa
#1dfb7c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfb7c on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green98.4%
Blue48.6%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow50.6%
Key (black)1.6%
Color previews
#1dfb7c text on a black background
contrast 15.14:1
Card sample
#1dfb7c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfb7c;
Background color
Panel with #1dfb7c background
background-color: #1dfb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 251, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 251, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfb7c; background: linear-gradient(135deg, #1dfb7c, #1DE6FB);