#45ce2e
a balanced, vivid green · cool · closest name: lime
RGB
69, 206, 46
HSL
111°, 64%, 49%
CMYK
67, 0, 78, 19
Luminance
0.4561
Every format
| HEX | #45ce2e |
| RGB | rgb(69, 206, 46) |
| HSL | hsl(111, 64%, 49%) |
| CMYK | cmyk(67%, 0%, 78%, 19%) |
| LAB | lab(73.3 -64.4 63.5) |
| LCH | lch(73.3 90.5 135.4) |
| OKLCH | oklch(0.749 0.226 141.2) |
Copy-ready code
/* CSS */
color: #45ce2e;
background-color: #45ce2e;
/* Tailwind (arbitrary) */
class="text-[#45ce2e] bg-[#45ce2e]"
/* SCSS */
$brand: #45ce2e;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.180)
/* Android */
Color.parseColor("#45ce2e")Accessibility — WCAG contrast
Aa
#45ce2e on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ce2e on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue18.0%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow77.7%
Key (black)19.2%
Color previews
#45ce2e text on a black background
contrast 10.12:1
Card sample
#45ce2e text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ce2e;
Background color
Panel with #45ce2e background
background-color: #45ce2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ce2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ce2e; background: linear-gradient(135deg, #45ce2e, #2ECE82);