#62df49
a balanced, vivid green · cool · closest name: lime
RGB
98, 223, 73
HSL
110°, 70%, 58%
CMYK
56, 0, 67, 13
Luminance
0.5585
Every format
| HEX | #62df49 |
| RGB | rgb(98, 223, 73) |
| HSL | hsl(110, 70%, 58%) |
| CMYK | cmyk(56%, 0%, 67%, 13%) |
| LAB | lab(79.5 -61.7 60.6) |
| LCH | lch(79.5 86.5 135.5) |
| OKLCH | oklch(0.803 0.219 140.6) |
Copy-ready code
/* CSS */
color: #62df49;
background-color: #62df49;
/* Tailwind (arbitrary) */
class="text-[#62df49] bg-[#62df49]"
/* SCSS */
$brand: #62df49;
/* SwiftUI */
Color(red: 0.384, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#62df49")Accessibility — WCAG contrast
Aa
#62df49 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62df49 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green87.5%
Blue28.6%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#62df49 text on a black background
contrast 12.17:1
Card sample
#62df49 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62df49;
Background color
Panel with #62df49 background
background-color: #62df49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62df49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62df49; background: linear-gradient(135deg, #62df49, #49DF94);