Shades of Lime Green #30D416
Tints of Lime Green #30D416
RGB
CMYK
RGB Variations
Color information
#30D416 (or 0x30D416) is known color: Lime Green. HEX triplet: 30, D4 and 16. RGB value is (48,212,22). Sum of RGB (Red+Green+Blue) = 48+212+22=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 212 (83.20% from 255 or 75.18% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 212 - color contains mainly: green. Hex color #30D416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D416 is #CF2BE9. Grayscale: #8D8D8D. Windows color (decimal): -13577194 or 1496112. OLE color: 1496112.
HSL color Cylindrical-coordinate representation of color #30D416: hue angle of 111.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30D416 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 22 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.17 |
| HSL | 111.79º | 0.81% | 0.46% | - |
| HSV(B) | 111.79º | 0.9% | 0.83% | - |
| XYZ | 24.91 | 47.77 | 8.67 | - |
| YUV | 141.3 | 60.67 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 22 | 0.77 | 0 | 0.90 | 0.17 | 111.79 | 0.81 | 0.46 |
| Hex | 30 | D4 | 16 | 4D | 0 | 5A | 11 | 70 | 51 | 2E |
| Octal | 60 | 324 | 26 | 115 | 0 | 132 | 21 | 160 | 121 | 56 |
| Binary | 110000 | 11010100 | 10110 | 1001101 | 0 | 1011010 | 10001 | 1110000 | 1010001 | 101110 |
Color Harmonies of #30D416
Complementary color
Monochromatic Colors of #30D416
Black with #30D416
Text Example
Text Example
White with #30D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D416; }
p { color: rgb(48,212,22); }
H1.HeaderClassName
{
color: #30D416;
}
.AnyTagClassName
{
color: #30D416;
}
</style>
background-color css
<style>
a { background-color: #30D416; }
a { background-color: rgb(48,212,22); }
div.DivClassName
{
background-color: #30D416;
}
.BgClassName
{
background-color: #30D416;
}
</style>
border-color css
<style>
span { border-color: #30D416; }
span { border-color: rgb(48,212,22); }
td.TdClassName
{
border-color: #30D416;
}
.TagClassName
{
border-color: #30D416;
}
</style>