#7cd615
a balanced, electric green · cool · closest name: lime
RGB
124, 214, 21
HSL
88°, 82%, 46%
CMYK
42, 0, 90, 16
Luminance
0.5243
Every format
| HEX | #7cd615 |
| RGB | rgb(124, 214, 21) |
| HSL | hsl(88, 82%, 46%) |
| CMYK | cmyk(42%, 0%, 90%, 16%) |
| LAB | lab(77.5 -53.6 73.8) |
| LCH | lch(77.5 91.2 126.0) |
| OKLCH | oklch(0.789 0.220 133.5) |
Copy-ready code
/* CSS */
color: #7cd615;
background-color: #7cd615;
/* Tailwind (arbitrary) */
class="text-[#7cd615] bg-[#7cd615]"
/* SCSS */
$brand: #7cd615;
/* SwiftUI */
Color(red: 0.486, green: 0.839, blue: 0.082)
/* Android */
Color.parseColor("#7cd615")Accessibility — WCAG contrast
Aa
#7cd615 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd615 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green83.9%
Blue8.2%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow90.2%
Key (black)16.1%
Color previews
#7cd615 text on a black background
contrast 11.49:1
Card sample
#7cd615 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd615;
Background color
Panel with #7cd615 background
background-color: #7cd615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 214, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 214, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd615; background: linear-gradient(135deg, #7cd615, #15D62F);