#7cf342
a balanced, electric green · cool · closest name: lime
RGB
124, 243, 66
HSL
100°, 88%, 61%
CMYK
49, 0, 73, 5
Luminance
0.6878
Every format
| HEX | #7cf342 |
| RGB | rgb(124, 243, 66) |
| HSL | hsl(100, 88%, 61%) |
| CMYK | cmyk(49%, 0%, 73%, 5%) |
| LAB | lab(86.4 -62.5 70.5) |
| LCH | lch(86.4 94.2 131.6) |
| OKLCH | oklch(0.862 0.235 137.5) |
Copy-ready code
/* CSS */
color: #7cf342;
background-color: #7cf342;
/* Tailwind (arbitrary) */
class="text-[#7cf342] bg-[#7cf342]"
/* SCSS */
$brand: #7cf342;
/* SwiftUI */
Color(red: 0.486, green: 0.953, blue: 0.259)
/* Android */
Color.parseColor("#7cf342")Accessibility — WCAG contrast
Aa
#7cf342 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf342 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.3%
Blue25.9%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow72.8%
Key (black)4.7%
Color previews
#7cf342 text on a black background
contrast 14.76:1
Card sample
#7cf342 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf342;
Background color
Panel with #7cf342 background
background-color: #7cf342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 243, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 243, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf342; background: linear-gradient(135deg, #7cf342, #42F37E);