#7fdc13
a balanced, electric green · cool · closest name: lime
RGB
127, 220, 19
HSL
88°, 84%, 47%
CMYK
42, 0, 91, 14
Luminance
0.5575
Every format
| HEX | #7fdc13 |
| RGB | rgb(127, 220, 19) |
| HSL | hsl(88, 84%, 47%) |
| CMYK | cmyk(42%, 0%, 91%, 14%) |
| LAB | lab(79.5 -55.0 75.7) |
| LCH | lch(79.5 93.6 126.0) |
| OKLCH | oklch(0.805 0.225 133.6) |
Copy-ready code
/* CSS */
color: #7fdc13;
background-color: #7fdc13;
/* Tailwind (arbitrary) */
class="text-[#7fdc13] bg-[#7fdc13]"
/* SCSS */
$brand: #7fdc13;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#7fdc13")Accessibility — WCAG contrast
Aa
#7fdc13 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdc13 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue7.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#7fdc13 text on a black background
contrast 12.15:1
Card sample
#7fdc13 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdc13;
Background color
Panel with #7fdc13 background
background-color: #7fdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdc13; background: linear-gradient(135deg, #7fdc13, #13DC2D);