#1df365
a balanced, electric green · cool · closest name: lime
RGB
29, 243, 101
HSL
140°, 90%, 53%
CMYK
88, 0, 58, 5
Luminance
0.6530
Every format
| HEX | #1df365 |
| RGB | rgb(29, 243, 101) |
| HSL | hsl(140, 90%, 53%) |
| CMYK | cmyk(88%, 0%, 58%, 5%) |
| LAB | lab(84.6 -75.7 54.3) |
| LCH | lch(84.6 93.2 144.4) |
| OKLCH | oklch(0.843 0.240 147.7) |
Copy-ready code
/* CSS */
color: #1df365;
background-color: #1df365;
/* Tailwind (arbitrary) */
class="text-[#1df365] bg-[#1df365]"
/* SCSS */
$brand: #1df365;
/* SwiftUI */
Color(red: 0.114, green: 0.953, blue: 0.396)
/* Android */
Color.parseColor("#1df365")Accessibility — WCAG contrast
Aa
#1df365 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1df365 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green95.3%
Blue39.6%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow58.4%
Key (black)4.7%
Color previews
#1df365 text on a black background
contrast 14.06:1
Card sample
#1df365 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1df365;
Background color
Panel with #1df365 background
background-color: #1df365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1df365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 243, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 243, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1df365; background: linear-gradient(135deg, #1df365, #1DF2F3);