#45bc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
69, 188, 47
HSL
111°, 60%, 46%
CMYK
63, 0, 75, 26
Luminance
0.3744
Every format
| HEX | #45bc2f |
| RGB | rgb(69, 188, 47) |
| HSL | hsl(111, 60%, 46%) |
| CMYK | cmyk(63%, 0%, 75%, 26%) |
| LAB | lab(67.6 -58.3 57.6) |
| LCH | lch(67.6 82.0 135.3) |
| OKLCH | oklch(0.702 0.206 140.9) |
Copy-ready code
/* CSS */
color: #45bc2f;
background-color: #45bc2f;
/* Tailwind (arbitrary) */
class="text-[#45bc2f] bg-[#45bc2f]"
/* SCSS */
$brand: #45bc2f;
/* SwiftUI */
Color(red: 0.271, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#45bc2f")Accessibility — WCAG contrast
Aa
#45bc2f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45bc2f on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green73.7%
Blue18.4%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#45bc2f text on a black background
contrast 8.49:1
Card sample
#45bc2f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45bc2f;
Background color
Panel with #45bc2f background
background-color: #45bc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45bc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45bc2f; background: linear-gradient(135deg, #45bc2f, #2FBC77);