#38f430
a balanced, electric green · cool · closest name: lime
RGB
56, 244, 48
HSL
118°, 90%, 57%
CMYK
77, 0, 80, 4
Luminance
0.6576
Every format
| HEX | #38f430 |
| RGB | rgb(56, 244, 48) |
| HSL | hsl(118, 90%, 57%) |
| CMYK | cmyk(77%, 0%, 80%, 4%) |
| LAB | lab(84.9 -78.1 73.8) |
| LCH | lch(84.9 107.4 136.6) |
| OKLCH | oklch(0.844 0.268 142.4) |
Copy-ready code
/* CSS */
color: #38f430;
background-color: #38f430;
/* Tailwind (arbitrary) */
class="text-[#38f430] bg-[#38f430]"
/* SCSS */
$brand: #38f430;
/* SwiftUI */
Color(red: 0.220, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#38f430")Accessibility — WCAG contrast
Aa
#38f430 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38f430 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green95.7%
Blue18.8%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#38f430 text on a black background
contrast 14.15:1
Card sample
#38f430 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38f430;
Background color
Panel with #38f430 background
background-color: #38f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38f430; background: linear-gradient(135deg, #38f430, #30F4AB);