Shades of Lime Green #30D016
Tints of Lime Green #30D016
RGB
CMYK
RGB Variations
Color information
#30D016 (or 0x30D016) is known color: Lime Green. HEX triplet: 30, D0 and 16. RGB value is (48,208,22). Sum of RGB (Red+Green+Blue) = 48+208+22=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #30D016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D016 is #CF2FE9. Grayscale: #8B8B8B. Windows color (decimal): -13578218 or 1495088. OLE color: 1495088.
HSL color Cylindrical-coordinate representation of color #30D016: hue angle of 111.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30D016 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 22 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.18 |
| HSL | 111.61º | 0.81% | 0.45% | - |
| HSV(B) | 111.61º | 0.89% | 0.82% | - |
| XYZ | 23.92 | 45.8 | 8.34 | - |
| YUV | 138.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 22 | 0.77 | 0 | 0.89 | 0.18 | 111.61 | 0.81 | 0.45 |
| Hex | 30 | D0 | 16 | 4D | 0 | 59 | 12 | 70 | 51 | 2D |
| Octal | 60 | 320 | 26 | 115 | 0 | 131 | 22 | 160 | 121 | 55 |
| Binary | 110000 | 11010000 | 10110 | 1001101 | 0 | 1011001 | 10010 | 1110000 | 1010001 | 101101 |
Color Harmonies of #30D016
Complementary color
Monochromatic Colors of #30D016
Black with #30D016
Text Example
Text Example
White with #30D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D016; }
p { color: rgb(48,208,22); }
H1.HeaderClassName
{
color: #30D016;
}
.AnyTagClassName
{
color: #30D016;
}
</style>
background-color css
<style>
a { background-color: #30D016; }
a { background-color: rgb(48,208,22); }
div.DivClassName
{
background-color: #30D016;
}
.BgClassName
{
background-color: #30D016;
}
</style>
border-color css
<style>
span { border-color: #30D016; }
span { border-color: rgb(48,208,22); }
td.TdClassName
{
border-color: #30D016;
}
.TagClassName
{
border-color: #30D016;
}
</style>