#7cef3c
a balanced, electric green · cool · closest name: lime
RGB
124, 239, 60
HSL
99°, 85%, 59%
CMYK
48, 0, 75, 6
Luminance
0.6634
Every format
| HEX | #7cef3c |
| RGB | rgb(124, 239, 60) |
| HSL | hsl(99, 85%, 59%) |
| CMYK | cmyk(48%, 0%, 75%, 6%) |
| LAB | lab(85.2 -61.4 71.2) |
| LCH | lch(85.2 94.0 130.8) |
| OKLCH | oklch(0.852 0.233 137.0) |
Copy-ready code
/* CSS */
color: #7cef3c;
background-color: #7cef3c;
/* Tailwind (arbitrary) */
class="text-[#7cef3c] bg-[#7cef3c]"
/* SCSS */
$brand: #7cef3c;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.235)
/* Android */
Color.parseColor("#7cef3c")Accessibility — WCAG contrast
Aa
#7cef3c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cef3c on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue23.5%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow74.9%
Key (black)6.3%
Color previews
#7cef3c text on a black background
contrast 14.27:1
Card sample
#7cef3c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cef3c;
Background color
Panel with #7cef3c background
background-color: #7cef3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cef3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cef3c; background: linear-gradient(135deg, #7cef3c, #3CEF73);