#61ce2d
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 206, 45
HSL
101°, 64%, 49%
CMYK
53, 0, 78, 19
Luminance
0.4687
Every format
| HEX | #61ce2d |
| RGB | rgb(97, 206, 45) |
| HSL | hsl(101, 64%, 49%) |
| CMYK | cmyk(53%, 0%, 78%, 19%) |
| LAB | lab(74.1 -57.8 64.9) |
| LCH | lch(74.1 86.9 131.7) |
| OKLCH | oklch(0.758 0.215 138.0) |
Copy-ready code
/* CSS */
color: #61ce2d;
background-color: #61ce2d;
/* Tailwind (arbitrary) */
class="text-[#61ce2d] bg-[#61ce2d]"
/* SCSS */
$brand: #61ce2d;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.176)
/* Android */
Color.parseColor("#61ce2d")Accessibility — WCAG contrast
Aa
#61ce2d on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ce2d on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue17.6%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow78.2%
Key (black)19.2%
Color previews
#61ce2d text on a black background
contrast 10.37:1
Card sample
#61ce2d text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ce2d;
Background color
Panel with #61ce2d background
background-color: #61ce2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ce2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ce2d; background: linear-gradient(135deg, #61ce2d, #2DCE64);