#76f511
a balanced, electric green · cool · closest name: lime
RGB
118, 245, 17
HSL
93°, 92%, 51%
CMYK
52, 0, 93, 4
Luminance
0.6920
Every format
| HEX | #76f511 |
| RGB | rgb(118, 245, 17) |
| HSL | hsl(93, 92%, 51%) |
| CMYK | cmyk(52%, 0%, 93%, 4%) |
| LAB | lab(86.6 -66.8 81.6) |
| LCH | lch(86.6 105.5 129.3) |
| OKLCH | oklch(0.863 0.257 136.6) |
Copy-ready code
/* CSS */
color: #76f511;
background-color: #76f511;
/* Tailwind (arbitrary) */
class="text-[#76f511] bg-[#76f511]"
/* SCSS */
$brand: #76f511;
/* SwiftUI */
Color(red: 0.463, green: 0.961, blue: 0.067)
/* Android */
Color.parseColor("#76f511")Accessibility — WCAG contrast
Aa
#76f511 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76f511 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green96.1%
Blue6.7%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow93.1%
Key (black)3.9%
Color previews
#76f511 text on a black background
contrast 14.84:1
Card sample
#76f511 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76f511;
Background color
Panel with #76f511 background
background-color: #76f511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76f511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 245, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 245, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76f511; background: linear-gradient(135deg, #76f511, #11F544);