#7ce024
a balanced, electric green · cool · closest name: lime
RGB
124, 224, 36
HSL
92°, 75%, 51%
CMYK
45, 0, 84, 12
Luminance
0.5772
Every format
| HEX | #7ce024 |
| RGB | rgb(124, 224, 36) |
| HSL | hsl(92, 75%, 51%) |
| CMYK | cmyk(45%, 0%, 84%, 12%) |
| LAB | lab(80.6 -57.0 73.5) |
| LCH | lch(80.6 93.0 127.8) |
| OKLCH | oklch(0.814 0.227 134.9) |
Copy-ready code
/* CSS */
color: #7ce024;
background-color: #7ce024;
/* Tailwind (arbitrary) */
class="text-[#7ce024] bg-[#7ce024]"
/* SCSS */
$brand: #7ce024;
/* SwiftUI */
Color(red: 0.486, green: 0.878, blue: 0.141)
/* Android */
Color.parseColor("#7ce024")Accessibility — WCAG contrast
Aa
#7ce024 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce024 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.8%
Blue14.1%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow83.9%
Key (black)12.2%
Color previews
#7ce024 text on a black background
contrast 12.54:1
Card sample
#7ce024 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce024;
Background color
Panel with #7ce024 background
background-color: #7ce024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 224, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 224, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce024; background: linear-gradient(135deg, #7ce024, #24E049);