#81f430
a balanced, electric green · cool · closest name: lime
RGB
129, 244, 48
HSL
95°, 90%, 57%
CMYK
47, 0, 80, 4
Luminance
0.6958
Every format
| HEX | #81f430 |
| RGB | rgb(129, 244, 48) |
| HSL | hsl(95, 90%, 57%) |
| CMYK | cmyk(47%, 0%, 80%, 4%) |
| LAB | lab(86.8 -62.4 76.2) |
| LCH | lch(86.8 98.5 129.3) |
| OKLCH | oklch(0.865 0.242 136.0) |
Copy-ready code
/* CSS */
color: #81f430;
background-color: #81f430;
/* Tailwind (arbitrary) */
class="text-[#81f430] bg-[#81f430]"
/* SCSS */
$brand: #81f430;
/* SwiftUI */
Color(red: 0.506, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#81f430")Accessibility — WCAG contrast
Aa
#81f430 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81f430 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green95.7%
Blue18.8%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#81f430 text on a black background
contrast 14.92:1
Card sample
#81f430 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81f430;
Background color
Panel with #81f430 background
background-color: #81f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81f430; background: linear-gradient(135deg, #81f430, #30F462);