#60b02d
a dark, vivid green · cool · closest name: forestgreen
RGB
96, 176, 45
HSL
97°, 59%, 43%
CMYK
46, 0, 74, 31
Luminance
0.3373
Every format
| HEX | #60b02d |
| RGB | rgb(96, 176, 45) |
| HSL | hsl(97, 59%, 43%) |
| CMYK | cmyk(46%, 0%, 74%, 31%) |
| LAB | lab(64.7 -46.6 55.8) |
| LCH | lch(64.7 72.7 129.9) |
| OKLCH | oklch(0.680 0.180 136.0) |
Copy-ready code
/* CSS */
color: #60b02d;
background-color: #60b02d;
/* Tailwind (arbitrary) */
class="text-[#60b02d] bg-[#60b02d]"
/* SCSS */
$brand: #60b02d;
/* SwiftUI */
Color(red: 0.376, green: 0.690, blue: 0.176)
/* Android */
Color.parseColor("#60b02d")Accessibility — WCAG contrast
Aa
#60b02d on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60b02d on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green69.0%
Blue17.6%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow74.4%
Key (black)31.0%
Color previews
#60b02d text on a black background
contrast 7.75:1
Card sample
#60b02d text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60b02d;
Background color
Panel with #60b02d background
background-color: #60b02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60b02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 176, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 176, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60b02d; background: linear-gradient(135deg, #60b02d, #2DB051);