#7cd005
a dark, electric green · cool · closest name: lime
RGB
124, 208, 5
HSL
85°, 95%, 42%
CMYK
40, 0, 98, 18
Luminance
0.4941
Every format
| HEX | #7cd005 |
| RGB | rgb(124, 208, 5) |
| HSL | hsl(85, 95%, 42%) |
| CMYK | cmyk(40%, 0%, 98%, 18%) |
| LAB | lab(75.7 -51.5 74.2) |
| LCH | lch(75.7 90.3 124.8) |
| OKLCH | oklch(0.773 0.216 132.6) |
Copy-ready code
/* CSS */
color: #7cd005;
background-color: #7cd005;
/* Tailwind (arbitrary) */
class="text-[#7cd005] bg-[#7cd005]"
/* SCSS */
$brand: #7cd005;
/* SwiftUI */
Color(red: 0.486, green: 0.816, blue: 0.020)
/* Android */
Color.parseColor("#7cd005")Accessibility — WCAG contrast
Aa
#7cd005 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd005 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.6%
Blue2.0%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow97.6%
Key (black)18.4%
Color previews
#7cd005 text on a black background
contrast 10.88:1
Card sample
#7cd005 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd005;
Background color
Panel with #7cd005 background
background-color: #7cd005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 208, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 208, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd005; background: linear-gradient(135deg, #7cd005, #05D015);