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