#7fda13
a balanced, electric green · cool · closest name: lime
RGB
127, 218, 19
HSL
87°, 84%, 47%
CMYK
42, 0, 91, 15
Luminance
0.5470
Every format
| HEX | #7fda13 |
| RGB | rgb(127, 218, 19) |
| HSL | hsl(87, 84%, 47%) |
| CMYK | cmyk(42%, 0%, 91%, 15%) |
| LAB | lab(78.9 -54.2 75.2) |
| LCH | lch(78.9 92.7 125.8) |
| OKLCH | oklch(0.800 0.223 133.4) |
Copy-ready code
/* CSS */
color: #7fda13;
background-color: #7fda13;
/* Tailwind (arbitrary) */
class="text-[#7fda13] bg-[#7fda13]"
/* SCSS */
$brand: #7fda13;
/* SwiftUI */
Color(red: 0.498, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#7fda13")Accessibility — WCAG contrast
Aa
#7fda13 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fda13 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.5%
Blue7.5%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#7fda13 text on a black background
contrast 11.94:1
Card sample
#7fda13 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fda13;
Background color
Panel with #7fda13 background
background-color: #7fda13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fda13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fda13; background: linear-gradient(135deg, #7fda13, #13DA2C);