#12e430
a balanced, electric green · cool · closest name: lime
RGB
18, 228, 48
HSL
129°, 85%, 48%
CMYK
92, 0, 79, 11
Luminance
0.5583
Every format
| HEX | #12e430 |
| RGB | rgb(18, 228, 48) |
| HSL | hsl(129, 85%, 48%) |
| CMYK | cmyk(92%, 0%, 79%, 11%) |
| LAB | lab(79.5 -76.9 68.6) |
| LCH | lch(79.5 103.1 138.3) |
| OKLCH | oklch(0.798 0.258 143.7) |
Copy-ready code
/* CSS */
color: #12e430;
background-color: #12e430;
/* Tailwind (arbitrary) */
class="text-[#12e430] bg-[#12e430]"
/* SCSS */
$brand: #12e430;
/* SwiftUI */
Color(red: 0.071, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#12e430")Accessibility — WCAG contrast
Aa
#12e430 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12e430 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green89.4%
Blue18.8%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#12e430 text on a black background
contrast 12.17:1
Card sample
#12e430 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12e430;
Background color
Panel with #12e430 background
background-color: #12e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12e430; background: linear-gradient(135deg, #12e430, #12E4BC);