#61ce0f
a dark, electric green · cool · closest name: lime
RGB
97, 206, 15
HSL
94°, 86%, 43%
CMYK
53, 0, 93, 19
Luminance
0.4672
Every format
| HEX | #61ce0f |
| RGB | rgb(97, 206, 15) |
| HSL | hsl(94, 86%, 43%) |
| CMYK | cmyk(53%, 0%, 93%, 19%) |
| LAB | lab(74.0 -58.9 71.3) |
| LCH | lch(74.0 92.5 129.6) |
| OKLCH | oklch(0.756 0.225 136.8) |
Copy-ready code
/* CSS */
color: #61ce0f;
background-color: #61ce0f;
/* Tailwind (arbitrary) */
class="text-[#61ce0f] bg-[#61ce0f]"
/* SCSS */
$brand: #61ce0f;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#61ce0f")Accessibility — WCAG contrast
Aa
#61ce0f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ce0f on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue5.9%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#61ce0f text on a black background
contrast 10.34:1
Card sample
#61ce0f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ce0f;
Background color
Panel with #61ce0f background
background-color: #61ce0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ce0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ce0f; background: linear-gradient(135deg, #61ce0f, #0FCE3C);