Shades of Lime Green #1EB416
Tints of Lime Green #1EB416
RGB
CMYK
RGB Variations
Color information
#1EB416 (or 0x1EB416) is known color: Lime Green. HEX triplet: 1E, B4 and 16. RGB value is (30,180,22). Sum of RGB (Red+Green+Blue) = 30+180+22=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB416 is #E14BE9. Grayscale: #757575. Windows color (decimal): -14765034 or 1487902. OLE color: 1487902.
HSL color Cylindrical-coordinate representation of color #1EB416: hue angle of 116.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB416 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 22 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.29 |
| HSL | 116.96º | 0.78% | 0.4% | - |
| HSV(B) | 116.96º | 0.88% | 0.71% | - |
| XYZ | 17 | 32.98 | 6.23 | - |
| YUV | 117.14 | 74.31 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 22 | 0.83 | 0 | 0.88 | 0.29 | 116.96 | 0.78 | 0.4 |
| Hex | 1E | B4 | 16 | 53 | 0 | 58 | 1D | 75 | 4E | 28 |
| Octal | 36 | 264 | 26 | 123 | 0 | 130 | 35 | 165 | 116 | 50 |
| Binary | 11110 | 10110100 | 10110 | 1010011 | 0 | 1011000 | 11101 | 1110101 | 1001110 | 101000 |
Color Harmonies of #1EB416
Complementary color
Monochromatic Colors of #1EB416
Black with #1EB416
Text Example
Text Example
White with #1EB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB416; }
p { color: rgb(30,180,22); }
H1.HeaderClassName
{
color: #1EB416;
}
.AnyTagClassName
{
color: #1EB416;
}
</style>
background-color css
<style>
a { background-color: #1EB416; }
a { background-color: rgb(30,180,22); }
div.DivClassName
{
background-color: #1EB416;
}
.BgClassName
{
background-color: #1EB416;
}
</style>
border-color css
<style>
span { border-color: #1EB416; }
span { border-color: rgb(30,180,22); }
td.TdClassName
{
border-color: #1EB416;
}
.TagClassName
{
border-color: #1EB416;
}
</style>