#5feb38
a balanced, electric green · cool · closest name: lime
RGB
95, 235, 56
HSL
107°, 82%, 57%
CMYK
60, 0, 76, 8
Luminance
0.6214
Every format
| HEX | #5feb38 |
| RGB | rgb(95, 235, 56) |
| HSL | hsl(107, 82%, 57%) |
| CMYK | cmyk(60%, 0%, 76%, 8%) |
| LAB | lab(83.0 -67.8 70.0) |
| LCH | lch(83.0 97.4 134.1) |
| OKLCH | oklch(0.831 0.243 140.0) |
Copy-ready code
/* CSS */
color: #5feb38;
background-color: #5feb38;
/* Tailwind (arbitrary) */
class="text-[#5feb38] bg-[#5feb38]"
/* SCSS */
$brand: #5feb38;
/* SwiftUI */
Color(red: 0.373, green: 0.922, blue: 0.220)
/* Android */
Color.parseColor("#5feb38")Accessibility — WCAG contrast
Aa
#5feb38 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feb38 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.2%
Blue22.0%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow76.2%
Key (black)7.8%
Color previews
#5feb38 text on a black background
contrast 13.43:1
Card sample
#5feb38 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feb38;
Background color
Panel with #5feb38 background
background-color: #5feb38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feb38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 235, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 235, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feb38; background: linear-gradient(135deg, #5feb38, #38EB88);