#62f15c
a light, electric green · cool · closest name: lime
RGB
98, 241, 92
HSL
118°, 84%, 65%
CMYK
59, 0, 62, 6
Luminance
0.6628
Every format
| HEX | #62f15c |
| RGB | rgb(98, 241, 92) |
| HSL | hsl(118, 84%, 65%) |
| CMYK | cmyk(59%, 0%, 62%, 6%) |
| LAB | lab(85.1 -66.2 59.0) |
| LCH | lch(85.1 88.7 138.3) |
| OKLCH | oklch(0.850 0.227 142.6) |
Copy-ready code
/* CSS */
color: #62f15c;
background-color: #62f15c;
/* Tailwind (arbitrary) */
class="text-[#62f15c] bg-[#62f15c]"
/* SCSS */
$brand: #62f15c;
/* SwiftUI */
Color(red: 0.384, green: 0.945, blue: 0.361)
/* Android */
Color.parseColor("#62f15c")Accessibility — WCAG contrast
Aa
#62f15c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f15c on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green94.5%
Blue36.1%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow61.8%
Key (black)5.5%
Color previews
#62f15c text on a black background
contrast 14.26:1
Card sample
#62f15c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f15c;
Background color
Panel with #62f15c background
background-color: #62f15c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f15c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 241, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 241, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f15c; background: linear-gradient(135deg, #62f15c, #5CF1B9);