Shades of Lime Green #30D221
Tints of Lime Green #30D221
RGB
CMYK
RGB Variations
Color information
#30D221 (or 0x30D221) is known color: Lime Green. HEX triplet: 30, D2 and 21. RGB value is (48,210,33). Sum of RGB (Red+Green+Blue) = 48+210+33=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #30D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D221 is #CF2DDE. Grayscale: #8D8D8D. Windows color (decimal): -13577695 or 2216496. OLE color: 2216496.
HSL color Cylindrical-coordinate representation of color #30D221: hue angle of 114.92º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30D221 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 33 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.18 |
| HSL | 114.92º | 0.73% | 0.48% | - |
| HSV(B) | 114.92º | 0.84% | 0.82% | - |
| XYZ | 24.54 | 46.83 | 9.18 | - |
| YUV | 141.38 | 66.83 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 33 | 0.77 | 0 | 0.84 | 0.18 | 114.92 | 0.73 | 0.48 |
| Hex | 30 | D2 | 21 | 4D | 0 | 54 | 12 | 73 | 49 | 30 |
| Octal | 60 | 322 | 41 | 115 | 0 | 124 | 22 | 163 | 111 | 60 |
| Binary | 110000 | 11010010 | 100001 | 1001101 | 0 | 1010100 | 10010 | 1110011 | 1001001 | 110000 |
Color Harmonies of #30D221
Complementary color
Monochromatic Colors of #30D221
Black with #30D221
Text Example
Text Example
White with #30D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D221; }
p { color: rgb(48,210,33); }
H1.HeaderClassName
{
color: #30D221;
}
.AnyTagClassName
{
color: #30D221;
}
</style>
background-color css
<style>
a { background-color: #30D221; }
a { background-color: rgb(48,210,33); }
div.DivClassName
{
background-color: #30D221;
}
.BgClassName
{
background-color: #30D221;
}
</style>
border-color css
<style>
span { border-color: #30D221; }
span { border-color: rgb(48,210,33); }
td.TdClassName
{
border-color: #30D221;
}
.TagClassName
{
border-color: #30D221;
}
</style>