#62f337
a balanced, electric green · cool · closest name: lime
RGB
98, 243, 55
HSL
106°, 89%, 58%
CMYK
60, 0, 77, 5
Luminance
0.6697
Every format
| HEX | #62f337 |
| RGB | rgb(98, 243, 55) |
| HSL | hsl(106, 89%, 58%) |
| CMYK | cmyk(60%, 0%, 77%, 5%) |
| LAB | lab(85.5 -69.8 72.7) |
| LCH | lch(85.5 100.8 133.8) |
| OKLCH | oklch(0.852 0.251 139.8) |
Copy-ready code
/* CSS */
color: #62f337;
background-color: #62f337;
/* Tailwind (arbitrary) */
class="text-[#62f337] bg-[#62f337]"
/* SCSS */
$brand: #62f337;
/* SwiftUI */
Color(red: 0.384, green: 0.953, blue: 0.216)
/* Android */
Color.parseColor("#62f337")Accessibility — WCAG contrast
Aa
#62f337 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f337 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green95.3%
Blue21.6%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow77.4%
Key (black)4.7%
Color previews
#62f337 text on a black background
contrast 14.39:1
Card sample
#62f337 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f337;
Background color
Panel with #62f337 background
background-color: #62f337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 243, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 243, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f337; background: linear-gradient(135deg, #62f337, #37F389);