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