#62f358
a balanced, electric green · cool · closest name: lime
RGB
98, 243, 88
HSL
116°, 87%, 65%
CMYK
60, 0, 64, 5
Luminance
0.6740
Every format
| HEX | #62f358 |
| RGB | rgb(98, 243, 88) |
| HSL | hsl(116, 87%, 65%) |
| CMYK | cmyk(60%, 0%, 64%, 5%) |
| LAB | lab(85.7 -67.3 61.3) |
| LCH | lch(85.7 91.0 137.7) |
| OKLCH | oklch(0.854 0.232 142.2) |
Copy-ready code
/* CSS */
color: #62f358;
background-color: #62f358;
/* Tailwind (arbitrary) */
class="text-[#62f358] bg-[#62f358]"
/* SCSS */
$brand: #62f358;
/* SwiftUI */
Color(red: 0.384, green: 0.953, blue: 0.345)
/* Android */
Color.parseColor("#62f358")Accessibility — WCAG contrast
Aa
#62f358 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62f358 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green95.3%
Blue34.5%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow63.8%
Key (black)4.7%
Color previews
#62f358 text on a black background
contrast 14.48:1
Card sample
#62f358 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62f358;
Background color
Panel with #62f358 background
background-color: #62f358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62f358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 243, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 243, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62f358; background: linear-gradient(135deg, #62f358, #58F3B5);