#45df11
a balanced, electric green · cool · closest name: lime
RGB
69, 223, 17
HSL
105°, 86%, 47%
CMYK
69, 0, 92, 13
Luminance
0.5408
Every format
| HEX | #45df11 |
| RGB | rgb(69, 223, 17) |
| HSL | hsl(105, 86%, 47%) |
| CMYK | cmyk(69%, 0%, 92%, 13%) |
| LAB | lab(78.5 -71.0 74.4) |
| LCH | lch(78.5 102.8 133.6) |
| OKLCH | oklch(0.792 0.253 140.3) |
Copy-ready code
/* CSS */
color: #45df11;
background-color: #45df11;
/* Tailwind (arbitrary) */
class="text-[#45df11] bg-[#45df11]"
/* SCSS */
$brand: #45df11;
/* SwiftUI */
Color(red: 0.271, green: 0.875, blue: 0.067)
/* Android */
Color.parseColor("#45df11")Accessibility — WCAG contrast
Aa
#45df11 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45df11 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green87.5%
Blue6.7%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow92.4%
Key (black)12.5%
Color previews
#45df11 text on a black background
contrast 11.82:1
Card sample
#45df11 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45df11;
Background color
Panel with #45df11 background
background-color: #45df11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45df11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 223, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 223, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45df11; background: linear-gradient(135deg, #45df11, #11DF67);