#45c145
a balanced, vivid green · cool · closest name: forestgreen
RGB
69, 193, 69
HSL
120°, 50%, 51%
CMYK
64, 0, 64, 24
Luminance
0.3983
Every format
| HEX | #45c145 |
| RGB | rgb(69, 193, 69) |
| HSL | hsl(120, 50%, 51%) |
| CMYK | cmyk(64%, 0%, 64%, 24%) |
| LAB | lab(69.3 -58.1 50.9) |
| LCH | lch(69.3 77.3 138.8) |
| OKLCH | oklch(0.717 0.197 143.2) |
Copy-ready code
/* CSS */
color: #45c145;
background-color: #45c145;
/* Tailwind (arbitrary) */
class="text-[#45c145] bg-[#45c145]"
/* SCSS */
$brand: #45c145;
/* SwiftUI */
Color(red: 0.271, green: 0.757, blue: 0.271)
/* Android */
Color.parseColor("#45c145")Accessibility — WCAG contrast
Aa
#45c145 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c145 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green75.7%
Blue27.1%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow64.2%
Key (black)24.3%
Color previews
#45c145 text on a black background
contrast 8.97:1
Card sample
#45c145 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c145;
Background color
Panel with #45c145 background
background-color: #45c145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 193, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 193, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c145; background: linear-gradient(135deg, #45c145, #45C198);