#7bdc13
a balanced, electric green · cool · closest name: lime
RGB
123, 220, 19
HSL
89°, 84%, 47%
CMYK
44, 0, 91, 14
Luminance
0.5544
Every format
| HEX | #7bdc13 |
| RGB | rgb(123, 220, 19) |
| HSL | hsl(89, 84%, 47%) |
| CMYK | cmyk(44%, 0%, 91%, 14%) |
| LAB | lab(79.3 -56.2 75.5) |
| LCH | lch(79.3 94.1 126.7) |
| OKLCH | oklch(0.803 0.227 134.2) |
Copy-ready code
/* CSS */
color: #7bdc13;
background-color: #7bdc13;
/* Tailwind (arbitrary) */
class="text-[#7bdc13] bg-[#7bdc13]"
/* SCSS */
$brand: #7bdc13;
/* SwiftUI */
Color(red: 0.482, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#7bdc13")Accessibility — WCAG contrast
Aa
#7bdc13 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdc13 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green86.3%
Blue7.5%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#7bdc13 text on a black background
contrast 12.09:1
Card sample
#7bdc13 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdc13;
Background color
Panel with #7bdc13 background
background-color: #7bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdc13; background: linear-gradient(135deg, #7bdc13, #13DC31);