#38c400
a dark, electric green · cool · closest name: lime
RGB
56, 196, 0
HSL
103°, 100%, 38%
CMYK
71, 0, 100, 23
Luminance
0.4032
Every format
| HEX | #38c400 |
| RGB | rgb(56, 196, 0) |
| HSL | hsl(103, 100%, 38%) |
| CMYK | cmyk(71%, 0%, 100%, 23%) |
| LAB | lab(69.7 -65.3 69.0) |
| LCH | lch(69.7 95.0 133.5) |
| OKLCH | oklch(0.718 0.233 140.4) |
Copy-ready code
/* CSS */
color: #38c400;
background-color: #38c400;
/* Tailwind (arbitrary) */
class="text-[#38c400] bg-[#38c400]"
/* SCSS */
$brand: #38c400;
/* SwiftUI */
Color(red: 0.220, green: 0.769, blue: 0.000)
/* Android */
Color.parseColor("#38c400")Accessibility — WCAG contrast
Aa
#38c400 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38c400 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green76.9%
Blue0.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow100.0%
Key (black)23.1%
Color previews
#38c400 text on a black background
contrast 9.06:1
Card sample
#38c400 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38c400;
Background color
Panel with #38c400 background
background-color: #38c400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38c400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 196, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 196, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38c400; background: linear-gradient(135deg, #38c400, #00C44B);