#45ee13
a balanced, electric green · cool · closest name: lime
RGB
69, 238, 19
HSL
106°, 87%, 50%
CMYK
71, 0, 92, 7
Luminance
0.6246
Every format
| HEX | #45ee13 |
| RGB | rgb(69, 238, 19) |
| HSL | hsl(106, 87%, 50%) |
| CMYK | cmyk(71%, 0%, 92%, 7%) |
| LAB | lab(83.2 -75.5 78.0) |
| LCH | lch(83.2 108.5 134.0) |
| OKLCH | oklch(0.830 0.267 140.7) |
Copy-ready code
/* CSS */
color: #45ee13;
background-color: #45ee13;
/* Tailwind (arbitrary) */
class="text-[#45ee13] bg-[#45ee13]"
/* SCSS */
$brand: #45ee13;
/* SwiftUI */
Color(red: 0.271, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#45ee13")Accessibility — WCAG contrast
Aa
#45ee13 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ee13 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green93.3%
Blue7.5%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#45ee13 text on a black background
contrast 13.49:1
Card sample
#45ee13 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ee13;
Background color
Panel with #45ee13 background
background-color: #45ee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ee13; background: linear-gradient(135deg, #45ee13, #13EE73);