#1feb5d
a balanced, electric green · cool · closest name: lime
RGB
31, 235, 93
HSL
138°, 84%, 52%
CMYK
87, 0, 60, 8
Luminance
0.6050
Every format
| HEX | #1feb5d |
| RGB | rgb(31, 235, 93) |
| HSL | hsl(138, 84%, 52%) |
| CMYK | cmyk(87%, 0%, 60%, 8%) |
| LAB | lab(82.1 -74.1 54.8) |
| LCH | lch(82.1 92.2 143.5) |
| OKLCH | oklch(0.821 0.237 147.1) |
Copy-ready code
/* CSS */
color: #1feb5d;
background-color: #1feb5d;
/* Tailwind (arbitrary) */
class="text-[#1feb5d] bg-[#1feb5d]"
/* SCSS */
$brand: #1feb5d;
/* SwiftUI */
Color(red: 0.122, green: 0.922, blue: 0.365)
/* Android */
Color.parseColor("#1feb5d")Accessibility — WCAG contrast
Aa
#1feb5d on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1feb5d on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green92.2%
Blue36.5%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow60.4%
Key (black)7.8%
Color previews
#1feb5d text on a black background
contrast 13.10:1
Card sample
#1feb5d text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1feb5d;
Background color
Panel with #1feb5d background
background-color: #1feb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1feb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 235, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 235, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1feb5d; background: linear-gradient(135deg, #1feb5d, #1FEBE5);