#7fdc2f
a balanced, vivid green · cool · closest name: lime
RGB
127, 220, 47
HSL
92°, 71%, 52%
CMYK
42, 0, 79, 14
Luminance
0.5590
Every format
| HEX | #7fdc2f |
| RGB | rgb(127, 220, 47) |
| HSL | hsl(92, 71%, 52%) |
| CMYK | cmyk(42%, 0%, 79%, 14%) |
| LAB | lab(79.6 -54.0 69.8) |
| LCH | lch(79.6 88.3 127.7) |
| OKLCH | oklch(0.806 0.216 134.5) |
Copy-ready code
/* CSS */
color: #7fdc2f;
background-color: #7fdc2f;
/* Tailwind (arbitrary) */
class="text-[#7fdc2f] bg-[#7fdc2f]"
/* SCSS */
$brand: #7fdc2f;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#7fdc2f")Accessibility — WCAG contrast
Aa
#7fdc2f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdc2f on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue18.4%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#7fdc2f text on a black background
contrast 12.18:1
Card sample
#7fdc2f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdc2f;
Background color
Panel with #7fdc2f background
background-color: #7fdc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdc2f; background: linear-gradient(135deg, #7fdc2f, #2FDC53);