#45df36
a balanced, vivid green · cool · closest name: lime
RGB
69, 223, 54
HSL
115°, 73%, 54%
CMYK
69, 0, 76, 13
Luminance
0.5431
Every format
| HEX | #45df36 |
| RGB | rgb(69, 223, 54) |
| HSL | hsl(115, 73%, 54%) |
| CMYK | cmyk(69%, 0%, 76%, 13%) |
| LAB | lab(78.6 -69.4 66.2) |
| LCH | lch(78.6 95.9 136.3) |
| OKLCH | oklch(0.793 0.240 141.9) |
Copy-ready code
/* CSS */
color: #45df36;
background-color: #45df36;
/* Tailwind (arbitrary) */
class="text-[#45df36] bg-[#45df36]"
/* SCSS */
$brand: #45df36;
/* SwiftUI */
Color(red: 0.271, green: 0.875, blue: 0.212)
/* Android */
Color.parseColor("#45df36")Accessibility — WCAG contrast
Aa
#45df36 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45df36 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green87.5%
Blue21.2%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow75.8%
Key (black)12.5%
Color previews
#45df36 text on a black background
contrast 11.86:1
Card sample
#45df36 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45df36;
Background color
Panel with #45df36 background
background-color: #45df36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45df36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 223, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 223, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45df36; background: linear-gradient(135deg, #45df36, #36DF98);