#7cf157
a balanced, electric green · cool · closest name: lime
RGB
124, 241, 87
HSL
106°, 85%, 64%
CMYK
49, 0, 64, 6
Luminance
0.6788
Every format
| HEX | #7cf157 |
| RGB | rgb(124, 241, 87) |
| HSL | hsl(106, 85%, 64%) |
| CMYK | cmyk(49%, 0%, 64%, 6%) |
| LAB | lab(86.0 -60.1 62.2) |
| LCH | lch(86.0 86.5 134.0) |
| OKLCH | oklch(0.859 0.219 139.0) |
Copy-ready code
/* CSS */
color: #7cf157;
background-color: #7cf157;
/* Tailwind (arbitrary) */
class="text-[#7cf157] bg-[#7cf157]"
/* SCSS */
$brand: #7cf157;
/* SwiftUI */
Color(red: 0.486, green: 0.945, blue: 0.341)
/* Android */
Color.parseColor("#7cf157")Accessibility — WCAG contrast
Aa
#7cf157 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf157 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.5%
Blue34.1%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow63.9%
Key (black)5.5%
Color previews
#7cf157 text on a black background
contrast 14.58:1
Card sample
#7cf157 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf157;
Background color
Panel with #7cf157 background
background-color: #7cf157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 241, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 241, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf157; background: linear-gradient(135deg, #7cf157, #57F199);