#05f113
a balanced, electric green · cool · closest name: lime
RGB
5, 241, 19
HSL
124°, 96%, 48%
CMYK
98, 0, 92, 6
Luminance
0.6299
Every format
| HEX | #05f113 |
| RGB | rgb(5, 241, 19) |
| HSL | hsl(124, 96%, 48%) |
| CMYK | cmyk(98%, 0%, 92%, 6%) |
| LAB | lab(83.4 -82.1 78.0) |
| LCH | lch(83.4 113.2 136.5) |
| OKLCH | oklch(0.831 0.280 142.7) |
Copy-ready code
/* CSS */
color: #05f113;
background-color: #05f113;
/* Tailwind (arbitrary) */
class="text-[#05f113] bg-[#05f113]"
/* SCSS */
$brand: #05f113;
/* SwiftUI */
Color(red: 0.020, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#05f113")Accessibility — WCAG contrast
Aa
#05f113 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05f113 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green94.5%
Blue7.5%
CMYK percentages
Cyan97.9%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#05f113 text on a black background
contrast 13.60:1
Card sample
#05f113 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05f113;
Background color
Panel with #05f113 background
background-color: #05f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05f113; background: linear-gradient(135deg, #05f113, #05F1B0);