#1fd71f
a balanced, vivid green · cool · closest name: lime
RGB
31, 215, 31
HSL
120°, 75%, 48%
CMYK
86, 0, 86, 16
Luminance
0.4899
Every format
| HEX | #1fd71f |
| RGB | rgb(31, 215, 31) |
| HSL | hsl(120, 75%, 48%) |
| CMYK | cmyk(86%, 0%, 86%, 16%) |
| LAB | lab(75.4 -73.3 69.2) |
| LCH | lch(75.4 100.8 136.7) |
| OKLCH | oklch(0.764 0.250 142.6) |
Copy-ready code
/* CSS */
color: #1fd71f;
background-color: #1fd71f;
/* Tailwind (arbitrary) */
class="text-[#1fd71f] bg-[#1fd71f]"
/* SCSS */
$brand: #1fd71f;
/* SwiftUI */
Color(red: 0.122, green: 0.843, blue: 0.122)
/* Android */
Color.parseColor("#1fd71f")Accessibility — WCAG contrast
Aa
#1fd71f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd71f on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green84.3%
Blue12.2%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow85.6%
Key (black)15.7%
Color previews
#1fd71f text on a black background
contrast 10.80:1
Card sample
#1fd71f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd71f;
Background color
Panel with #1fd71f background
background-color: #1fd71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 215, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 215, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd71f; background: linear-gradient(135deg, #1fd71f, #1FD79A);