#71cf13
a dark, electric green · cool · closest name: lime
RGB
113, 207, 19
HSL
90°, 83%, 44%
CMYK
45, 0, 91, 19
Luminance
0.4818
Every format
| HEX | #71cf13 |
| RGB | rgb(113, 207, 19) |
| HSL | hsl(90, 83%, 44%) |
| CMYK | cmyk(45%, 0%, 91%, 19%) |
| LAB | lab(74.9 -54.5 71.7) |
| LCH | lch(74.9 90.1 127.2) |
| OKLCH | oklch(0.766 0.218 134.6) |
Copy-ready code
/* CSS */
color: #71cf13;
background-color: #71cf13;
/* Tailwind (arbitrary) */
class="text-[#71cf13] bg-[#71cf13]"
/* SCSS */
$brand: #71cf13;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#71cf13")Accessibility — WCAG contrast
Aa
#71cf13 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf13 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue7.5%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#71cf13 text on a black background
contrast 10.64:1
Card sample
#71cf13 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf13;
Background color
Panel with #71cf13 background
background-color: #71cf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf13; background: linear-gradient(135deg, #71cf13, #13CF32);