#45e517
a balanced, electric green · cool · closest name: lime
RGB
69, 229, 23
HSL
107°, 82%, 49%
CMYK
70, 0, 90, 10
Luminance
0.5737
Every format
| HEX | #45e517 |
| RGB | rgb(69, 229, 23) |
| HSL | hsl(107, 82%, 49%) |
| CMYK | cmyk(70%, 0%, 90%, 10%) |
| LAB | lab(80.4 -72.7 75.1) |
| LCH | lch(80.4 104.5 134.0) |
| OKLCH | oklch(0.807 0.258 140.6) |
Copy-ready code
/* CSS */
color: #45e517;
background-color: #45e517;
/* Tailwind (arbitrary) */
class="text-[#45e517] bg-[#45e517]"
/* SCSS */
$brand: #45e517;
/* SwiftUI */
Color(red: 0.271, green: 0.898, blue: 0.090)
/* Android */
Color.parseColor("#45e517")Accessibility — WCAG contrast
Aa
#45e517 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45e517 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green89.8%
Blue9.0%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow90.0%
Key (black)10.2%
Color previews
#45e517 text on a black background
contrast 12.47:1
Card sample
#45e517 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45e517;
Background color
Panel with #45e517 background
background-color: #45e517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45e517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 229, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 229, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45e517; background: linear-gradient(135deg, #45e517, #17E572);