Shades of Lime Green #1AD116
Tints of Lime Green #1AD116
RGB
CMYK
RGB Variations
Color information
#1AD116 (or 0x1AD116) is known color: Lime Green. HEX triplet: 1A, D1 and 16. RGB value is (26,209,22). Sum of RGB (Red+Green+Blue) = 26+209+22=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 209 (82.03% from 255 or 81.32% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD116 is #E52EE9. Grayscale: #858585. Windows color (decimal): -15019754 or 1495322. OLE color: 1495322.
HSL color Cylindrical-coordinate representation of color #1AD116: hue angle of 118.72º 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 #1AD116 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 22 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.18 |
| HSL | 118.72º | 0.81% | 0.45% | - |
| HSV(B) | 118.72º | 0.89% | 0.82% | - |
| XYZ | 23.37 | 45.88 | 8.38 | - |
| YUV | 132.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 22 | 0.88 | 0 | 0.89 | 0.18 | 118.72 | 0.81 | 0.45 |
| Hex | 1A | D1 | 16 | 58 | 0 | 59 | 12 | 77 | 51 | 2D |
| Octal | 32 | 321 | 26 | 130 | 0 | 131 | 22 | 167 | 121 | 55 |
| Binary | 11010 | 11010001 | 10110 | 1011000 | 0 | 1011001 | 10010 | 1110111 | 1010001 | 101101 |
Color Harmonies of #1AD116
Complementary color
Monochromatic Colors of #1AD116
Black with #1AD116
Text Example
Text Example
White with #1AD116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD116; }
p { color: rgb(26,209,22); }
H1.HeaderClassName
{
color: #1AD116;
}
.AnyTagClassName
{
color: #1AD116;
}
</style>
background-color css
<style>
a { background-color: #1AD116; }
a { background-color: rgb(26,209,22); }
div.DivClassName
{
background-color: #1AD116;
}
.BgClassName
{
background-color: #1AD116;
}
</style>
border-color css
<style>
span { border-color: #1AD116; }
span { border-color: rgb(26,209,22); }
td.TdClassName
{
border-color: #1AD116;
}
.TagClassName
{
border-color: #1AD116;
}
</style>