#7bf718
a balanced, electric green · cool · closest name: lime
RGB
123, 247, 24
HSL
93°, 93%, 53%
CMYK
50, 0, 90, 3
Luminance
0.7080
Every format
| HEX | #7bf718 |
| RGB | rgb(123, 247, 24) |
| HSL | hsl(93, 93%, 53%) |
| CMYK | cmyk(50%, 0%, 90%, 3%) |
| LAB | lab(87.4 -66.0 81.5) |
| LCH | lch(87.4 104.9 129.0) |
| OKLCH | oklch(0.870 0.255 136.3) |
Copy-ready code
/* CSS */
color: #7bf718;
background-color: #7bf718;
/* Tailwind (arbitrary) */
class="text-[#7bf718] bg-[#7bf718]"
/* SCSS */
$brand: #7bf718;
/* SwiftUI */
Color(red: 0.482, green: 0.969, blue: 0.094)
/* Android */
Color.parseColor("#7bf718")Accessibility — WCAG contrast
Aa
#7bf718 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf718 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green96.9%
Blue9.4%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow90.3%
Key (black)3.1%
Color previews
#7bf718 text on a black background
contrast 15.16:1
Card sample
#7bf718 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf718;
Background color
Panel with #7bf718 background
background-color: #7bf718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 247, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 247, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf718; background: linear-gradient(135deg, #7bf718, #18F74A);