#30cf21
a balanced, vivid green · cool · closest name: lime
RGB
48, 207, 33
HSL
115°, 73%, 47%
CMYK
77, 0, 84, 19
Luminance
0.4536
Every format
| HEX | #30cf21 |
| RGB | rgb(48, 207, 33) |
| HSL | hsl(115, 73%, 47%) |
| CMYK | cmyk(77%, 0%, 84%, 19%) |
| LAB | lab(73.1 -69.0 66.7) |
| LCH | lch(73.1 96.0 136.0) |
| OKLCH | oklch(0.746 0.239 142.0) |
Copy-ready code
/* CSS */
color: #30cf21;
background-color: #30cf21;
/* Tailwind (arbitrary) */
class="text-[#30cf21] bg-[#30cf21]"
/* SCSS */
$brand: #30cf21;
/* SwiftUI */
Color(red: 0.188, green: 0.812, blue: 0.129)
/* Android */
Color.parseColor("#30cf21")Accessibility — WCAG contrast
Aa
#30cf21 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cf21 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green81.2%
Blue12.9%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow84.1%
Key (black)18.8%
Color previews
#30cf21 text on a black background
contrast 10.07:1
Card sample
#30cf21 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cf21;
Background color
Panel with #30cf21 background
background-color: #30cf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 207, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 207, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cf21; background: linear-gradient(135deg, #30cf21, #21CF86);