#7efc21
a balanced, electric green · cool · closest name: lime
RGB
126, 252, 33
HSL
95°, 97%, 56%
CMYK
50, 0, 87, 1
Luminance
0.7417
Every format
| HEX | #7efc21 |
| RGB | rgb(126, 252, 33) |
| HSL | hsl(95, 97%, 56%) |
| CMYK | cmyk(50%, 0%, 87%, 1%) |
| LAB | lab(89.0 -66.7 81.4) |
| LCH | lch(89.0 105.3 129.3) |
| OKLCH | oklch(0.883 0.257 136.4) |
Copy-ready code
/* CSS */
color: #7efc21;
background-color: #7efc21;
/* Tailwind (arbitrary) */
class="text-[#7efc21] bg-[#7efc21]"
/* SCSS */
$brand: #7efc21;
/* SwiftUI */
Color(red: 0.494, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#7efc21")Accessibility — WCAG contrast
Aa
#7efc21 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7efc21 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green98.8%
Blue12.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#7efc21 text on a black background
contrast 15.83:1
Card sample
#7efc21 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7efc21;
Background color
Panel with #7efc21 background
background-color: #7efc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7efc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7efc21; background: linear-gradient(135deg, #7efc21, #21FC56);