#7bd600
a dark, electric green · cool · closest name: lime
RGB
123, 214, 0
HSL
86°, 100%, 42%
CMYK
43, 0, 100, 16
Luminance
0.5230
Every format
| HEX | #7bd600 |
| RGB | rgb(123, 214, 0) |
| HSL | hsl(86, 100%, 42%) |
| CMYK | cmyk(43%, 0%, 100%, 16%) |
| LAB | lab(77.5 -54.2 76.0) |
| LCH | lch(77.5 93.4 125.5) |
| OKLCH | oklch(0.788 0.224 133.4) |
Copy-ready code
/* CSS */
color: #7bd600;
background-color: #7bd600;
/* Tailwind (arbitrary) */
class="text-[#7bd600] bg-[#7bd600]"
/* SCSS */
$brand: #7bd600;
/* SwiftUI */
Color(red: 0.482, green: 0.839, blue: 0.000)
/* Android */
Color.parseColor("#7bd600")Accessibility — WCAG contrast
Aa
#7bd600 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bd600 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green83.9%
Blue0.0%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow100.0%
Key (black)16.1%
Color previews
#7bd600 text on a black background
contrast 11.46:1
Card sample
#7bd600 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bd600;
Background color
Panel with #7bd600 background
background-color: #7bd600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bd600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 214, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 214, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bd600; background: linear-gradient(135deg, #7bd600, #00D614);