#61cc13
a dark, electric green · cool · closest name: lime
RGB
97, 204, 19
HSL
95°, 83%, 44%
CMYK
53, 0, 91, 20
Luminance
0.4577
Every format
| HEX | #61cc13 |
| RGB | rgb(97, 204, 19) |
| HSL | hsl(95, 83%, 44%) |
| CMYK | cmyk(53%, 0%, 91%, 20%) |
| LAB | lab(73.4 -58.1 70.2) |
| LCH | lch(73.4 91.1 129.6) |
| OKLCH | oklch(0.751 0.222 136.8) |
Copy-ready code
/* CSS */
color: #61cc13;
background-color: #61cc13;
/* Tailwind (arbitrary) */
class="text-[#61cc13] bg-[#61cc13]"
/* SCSS */
$brand: #61cc13;
/* SwiftUI */
Color(red: 0.380, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#61cc13")Accessibility — WCAG contrast
Aa
#61cc13 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cc13 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.0%
Blue7.5%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow90.7%
Key (black)20.0%
Color previews
#61cc13 text on a black background
contrast 10.15:1
Card sample
#61cc13 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cc13;
Background color
Panel with #61cc13 background
background-color: #61cc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cc13; background: linear-gradient(135deg, #61cc13, #13CC40);