#7cfb13
a balanced, electric green · cool · closest name: lime
RGB
124, 251, 19
HSL
93°, 97%, 53%
CMYK
51, 0, 92, 2
Luminance
0.7333
Every format
| HEX | #7cfb13 |
| RGB | rgb(124, 251, 19) |
| HSL | hsl(93, 97%, 53%) |
| CMYK | cmyk(51%, 0%, 92%, 2%) |
| LAB | lab(88.6 -67.3 83.1) |
| LCH | lch(88.6 106.9 129.0) |
| OKLCH | oklch(0.880 0.260 136.3) |
Copy-ready code
/* CSS */
color: #7cfb13;
background-color: #7cfb13;
/* Tailwind (arbitrary) */
class="text-[#7cfb13] bg-[#7cfb13]"
/* SCSS */
$brand: #7cfb13;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#7cfb13")Accessibility — WCAG contrast
Aa
#7cfb13 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfb13 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue7.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#7cfb13 text on a black background
contrast 15.67:1
Card sample
#7cfb13 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfb13;
Background color
Panel with #7cfb13 background
background-color: #7cfb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfb13; background: linear-gradient(135deg, #7cfb13, #13FB44);