#1ffb13
a balanced, electric green · cool · closest name: lime
RGB
31, 251, 19
HSL
117°, 97%, 53%
CMYK
88, 0, 92, 2
Luminance
0.6933
Every format
| HEX | #1ffb13 |
| RGB | rgb(31, 251, 19) |
| HSL | hsl(117, 97%, 53%) |
| CMYK | cmyk(88%, 0%, 92%, 2%) |
| LAB | lab(86.7 -83.5 80.7) |
| LCH | lch(86.7 116.2 136.0) |
| OKLCH | oklch(0.858 0.287 142.3) |
Copy-ready code
/* CSS */
color: #1ffb13;
background-color: #1ffb13;
/* Tailwind (arbitrary) */
class="text-[#1ffb13] bg-[#1ffb13]"
/* SCSS */
$brand: #1ffb13;
/* SwiftUI */
Color(red: 0.122, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#1ffb13")Accessibility — WCAG contrast
Aa
#1ffb13 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ffb13 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green98.4%
Blue7.5%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#1ffb13 text on a black background
contrast 14.87:1
Card sample
#1ffb13 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ffb13;
Background color
Panel with #1ffb13 background
background-color: #1ffb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ffb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ffb13; background: linear-gradient(135deg, #1ffb13, #13FBA2);