#1fc71f
a balanced, vivid green · cool · closest name: lime
RGB
31, 199, 31
HSL
120°, 73%, 45%
CMYK
84, 0, 84, 22
Luminance
0.4124
Every format
| HEX | #1fc71f |
| RGB | rgb(31, 199, 31) |
| HSL | hsl(120, 73%, 45%) |
| CMYK | cmyk(84%, 0%, 84%, 22%) |
| LAB | lab(70.3 -68.8 64.6) |
| LCH | lch(70.3 94.4 136.8) |
| OKLCH | oklch(0.722 0.235 142.7) |
Copy-ready code
/* CSS */
color: #1fc71f;
background-color: #1fc71f;
/* Tailwind (arbitrary) */
class="text-[#1fc71f] bg-[#1fc71f]"
/* SCSS */
$brand: #1fc71f;
/* SwiftUI */
Color(red: 0.122, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#1fc71f")Accessibility — WCAG contrast
Aa
#1fc71f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fc71f on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green78.0%
Blue12.2%
CMYK percentages
Cyan84.4%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#1fc71f text on a black background
contrast 9.25:1
Card sample
#1fc71f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fc71f;
Background color
Panel with #1fc71f background
background-color: #1fc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fc71f; background: linear-gradient(135deg, #1fc71f, #1FC78F);