#38eb42
a balanced, electric green · cool · closest name: lime
RGB
56, 235, 66
HSL
123°, 82%, 57%
CMYK
76, 0, 72, 8
Luminance
0.6065
Every format
| HEX | #38eb42 |
| RGB | rgb(56, 235, 66) |
| HSL | hsl(123, 82%, 57%) |
| CMYK | cmyk(76%, 0%, 72%, 8%) |
| LAB | lab(82.2 -74.2 65.6) |
| LCH | lch(82.2 99.1 138.5) |
| OKLCH | oklch(0.822 0.250 143.5) |
Copy-ready code
/* CSS */
color: #38eb42;
background-color: #38eb42;
/* Tailwind (arbitrary) */
class="text-[#38eb42] bg-[#38eb42]"
/* SCSS */
$brand: #38eb42;
/* SwiftUI */
Color(red: 0.220, green: 0.922, blue: 0.259)
/* Android */
Color.parseColor("#38eb42")Accessibility — WCAG contrast
Aa
#38eb42 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38eb42 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green92.2%
Blue25.9%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow71.9%
Key (black)7.8%
Color previews
#38eb42 text on a black background
contrast 13.13:1
Card sample
#38eb42 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38eb42;
Background color
Panel with #38eb42 background
background-color: #38eb42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38eb42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 235, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 235, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38eb42; background: linear-gradient(135deg, #38eb42, #38EBBA);