#7bf64d
a balanced, electric green · cool · closest name: lime
RGB
123, 246, 77
HSL
104°, 90%, 63%
CMYK
50, 0, 69, 4
Luminance
0.7066
Every format
| HEX | #7bf64d |
| RGB | rgb(123, 246, 77) |
| HSL | hsl(104, 90%, 63%) |
| CMYK | cmyk(50%, 0%, 69%, 4%) |
| LAB | lab(87.3 -63.1 67.5) |
| LCH | lch(87.3 92.4 133.1) |
| OKLCH | oklch(0.870 0.232 138.5) |
Copy-ready code
/* CSS */
color: #7bf64d;
background-color: #7bf64d;
/* Tailwind (arbitrary) */
class="text-[#7bf64d] bg-[#7bf64d]"
/* SCSS */
$brand: #7bf64d;
/* SwiftUI */
Color(red: 0.482, green: 0.965, blue: 0.302)
/* Android */
Color.parseColor("#7bf64d")Accessibility — WCAG contrast
Aa
#7bf64d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf64d on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green96.5%
Blue30.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow68.7%
Key (black)3.5%
Color previews
#7bf64d text on a black background
contrast 15.13:1
Card sample
#7bf64d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf64d;
Background color
Panel with #7bf64d background
background-color: #7bf64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 246, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 246, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf64d; background: linear-gradient(135deg, #7bf64d, #4DF690);