#7cfb21
a balanced, electric green · cool · closest name: lime
RGB
124, 251, 33
HSL
95°, 97%, 56%
CMYK
51, 0, 87, 2
Luminance
0.7339
Every format
| HEX | #7cfb21 |
| RGB | rgb(124, 251, 33) |
| HSL | hsl(95, 97%, 56%) |
| CMYK | cmyk(51%, 0%, 87%, 2%) |
| LAB | lab(88.6 -66.9 81.1) |
| LCH | lch(88.6 105.1 129.5) |
| OKLCH | oklch(0.880 0.257 136.6) |
Copy-ready code
/* CSS */
color: #7cfb21;
background-color: #7cfb21;
/* Tailwind (arbitrary) */
class="text-[#7cfb21] bg-[#7cfb21]"
/* SCSS */
$brand: #7cfb21;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#7cfb21")Accessibility — WCAG contrast
Aa
#7cfb21 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfb21 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue12.9%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#7cfb21 text on a black background
contrast 15.68:1
Card sample
#7cfb21 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfb21;
Background color
Panel with #7cfb21 background
background-color: #7cfb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfb21; background: linear-gradient(135deg, #7cfb21, #21FB58);