#30f113
a balanced, electric green · cool · closest name: lime
RGB
48, 241, 19
HSL
112°, 89%, 51%
CMYK
80, 0, 92, 6
Luminance
0.6359
Every format
| HEX | #30f113 |
| RGB | rgb(48, 241, 19) |
| HSL | hsl(112, 89%, 51%) |
| CMYK | cmyk(80%, 0%, 92%, 6%) |
| LAB | lab(83.8 -79.3 78.4) |
| LCH | lch(83.8 111.5 135.3) |
| OKLCH | oklch(0.834 0.275 141.8) |
Copy-ready code
/* CSS */
color: #30f113;
background-color: #30f113;
/* Tailwind (arbitrary) */
class="text-[#30f113] bg-[#30f113]"
/* SCSS */
$brand: #30f113;
/* SwiftUI */
Color(red: 0.188, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#30f113")Accessibility — WCAG contrast
Aa
#30f113 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30f113 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green94.5%
Blue7.5%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#30f113 text on a black background
contrast 13.72:1
Card sample
#30f113 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30f113;
Background color
Panel with #30f113 background
background-color: #30f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30f113; background: linear-gradient(135deg, #30f113, #13F18A);