#7ce52e
a balanced, electric green · cool · closest name: lime
RGB
124, 229, 46
HSL
94°, 78%, 54%
CMYK
46, 0, 80, 10
Luminance
0.6052
Every format
| HEX | #7ce52e |
| RGB | rgb(124, 229, 46) |
| HSL | hsl(94, 78%, 54%) |
| CMYK | cmyk(46%, 0%, 80%, 10%) |
| LAB | lab(82.1 -58.4 72.4) |
| LCH | lch(82.1 93.0 128.9) |
| OKLCH | oklch(0.826 0.228 135.6) |
Copy-ready code
/* CSS */
color: #7ce52e;
background-color: #7ce52e;
/* Tailwind (arbitrary) */
class="text-[#7ce52e] bg-[#7ce52e]"
/* SCSS */
$brand: #7ce52e;
/* SwiftUI */
Color(red: 0.486, green: 0.898, blue: 0.180)
/* Android */
Color.parseColor("#7ce52e")Accessibility — WCAG contrast
Aa
#7ce52e on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce52e on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green89.8%
Blue18.0%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow79.9%
Key (black)10.2%
Color previews
#7ce52e text on a black background
contrast 13.10:1
Card sample
#7ce52e text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce52e;
Background color
Panel with #7ce52e background
background-color: #7ce52e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce52e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 229, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 229, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce52e; background: linear-gradient(135deg, #7ce52e, #2EE55A);