Shades of Lime Green #30E016
Tints of Lime Green #30E016
RGB
CMYK
RGB Variations
Color information
#30E016 (or 0x30E016) is known color: Lime Green. HEX triplet: 30, E0 and 16. RGB value is (48,224,22). Sum of RGB (Red+Green+Blue) = 48+224+22=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #30E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E016 is #CF1FE9. Grayscale: #949494. Windows color (decimal): -13574122 or 1499184. OLE color: 1499184.
HSL color Cylindrical-coordinate representation of color #30E016: hue angle of 112.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30E016 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 22 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.12 |
| HSL | 112.28º | 0.82% | 0.48% | - |
| HSV(B) | 112.28º | 0.9% | 0.88% | - |
| XYZ | 28.02 | 54 | 9.7 | - |
| YUV | 148.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 22 | 0.79 | 0 | 0.90 | 0.12 | 112.28 | 0.82 | 0.48 |
| Hex | 30 | E0 | 16 | 4F | 0 | 5A | C | 70 | 52 | 30 |
| Octal | 60 | 340 | 26 | 117 | 0 | 132 | 14 | 160 | 122 | 60 |
| Binary | 110000 | 11100000 | 10110 | 1001111 | 0 | 1011010 | 1100 | 1110000 | 1010010 | 110000 |
Color Harmonies of #30E016
Complementary color
Monochromatic Colors of #30E016
Black with #30E016
Text Example
Text Example
White with #30E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E016; }
p { color: rgb(48,224,22); }
H1.HeaderClassName
{
color: #30E016;
}
.AnyTagClassName
{
color: #30E016;
}
</style>
background-color css
<style>
a { background-color: #30E016; }
a { background-color: rgb(48,224,22); }
div.DivClassName
{
background-color: #30E016;
}
.BgClassName
{
background-color: #30E016;
}
</style>
border-color css
<style>
span { border-color: #30E016; }
span { border-color: rgb(48,224,22); }
td.TdClassName
{
border-color: #30E016;
}
.TagClassName
{
border-color: #30E016;
}
</style>