#1fda13
a balanced, electric green · cool · closest name: lime
RGB
31, 218, 19
HSL
116°, 84%, 47%
CMYK
86, 0, 91, 15
Luminance
0.5048
Every format
| HEX | #1fda13 |
| RGB | rgb(31, 218, 19) |
| HSL | hsl(116, 84%, 47%) |
| CMYK | cmyk(86%, 0%, 91%, 15%) |
| LAB | lab(76.4 -74.6 72.1) |
| LCH | lch(76.4 103.7 136.0) |
| OKLCH | oklch(0.772 0.256 142.3) |
Copy-ready code
/* CSS */
color: #1fda13;
background-color: #1fda13;
/* Tailwind (arbitrary) */
class="text-[#1fda13] bg-[#1fda13]"
/* SCSS */
$brand: #1fda13;
/* SwiftUI */
Color(red: 0.122, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#1fda13")Accessibility — WCAG contrast
Aa
#1fda13 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fda13 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green85.5%
Blue7.5%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#1fda13 text on a black background
contrast 11.10:1
Card sample
#1fda13 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fda13;
Background color
Panel with #1fda13 background
background-color: #1fda13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fda13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fda13; background: linear-gradient(135deg, #1fda13, #13DA8C);