#61e938
a balanced, electric green · cool · closest name: lime
RGB
97, 233, 56
HSL
106°, 80%, 57%
CMYK
58, 0, 76, 9
Luminance
0.6110
Every format
| HEX | #61e938 |
| RGB | rgb(97, 233, 56) |
| HSL | hsl(106, 80%, 57%) |
| CMYK | cmyk(58%, 0%, 76%, 9%) |
| LAB | lab(82.4 -66.7 69.5) |
| LCH | lch(82.4 96.3 133.8) |
| OKLCH | oklch(0.827 0.240 139.7) |
Copy-ready code
/* CSS */
color: #61e938;
background-color: #61e938;
/* Tailwind (arbitrary) */
class="text-[#61e938] bg-[#61e938]"
/* SCSS */
$brand: #61e938;
/* SwiftUI */
Color(red: 0.380, green: 0.914, blue: 0.220)
/* Android */
Color.parseColor("#61e938")Accessibility — WCAG contrast
Aa
#61e938 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61e938 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green91.4%
Blue22.0%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow76.0%
Key (black)8.6%
Color previews
#61e938 text on a black background
contrast 13.22:1
Card sample
#61e938 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61e938;
Background color
Panel with #61e938 background
background-color: #61e938;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61e938;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 233, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 233, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61e938; background: linear-gradient(135deg, #61e938, #38E985);