#45c034
a balanced, vivid green · cool · closest name: forestgreen
RGB
69, 192, 52
HSL
113°, 57%, 48%
CMYK
64, 0, 73, 25
Luminance
0.3921
Every format
| HEX | #45c034 |
| RGB | rgb(69, 192, 52) |
| HSL | hsl(113, 57%, 48%) |
| CMYK | cmyk(64%, 0%, 73%, 25%) |
| LAB | lab(68.9 -59.3 57.2) |
| LCH | lch(68.9 82.4 136.1) |
| OKLCH | oklch(0.712 0.207 141.4) |
Copy-ready code
/* CSS */
color: #45c034;
background-color: #45c034;
/* Tailwind (arbitrary) */
class="text-[#45c034] bg-[#45c034]"
/* SCSS */
$brand: #45c034;
/* SwiftUI */
Color(red: 0.271, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#45c034")Accessibility — WCAG contrast
Aa
#45c034 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c034 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green75.3%
Blue20.4%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#45c034 text on a black background
contrast 8.84:1
Card sample
#45c034 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c034;
Background color
Panel with #45c034 background
background-color: #45c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c034; background: linear-gradient(135deg, #45c034, #34C080);