Shades of Lime Green #1AC916
Tints of Lime Green #1AC916
RGB
CMYK
RGB Variations
Color information
#1AC916 (or 0x1AC916) is known color: Lime Green. HEX triplet: 1A, C9 and 16. RGB value is (26,201,22). Sum of RGB (Red+Green+Blue) = 26+201+22=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC916 is #E536E9. Grayscale: #808080. Windows color (decimal): -15021802 or 1493274. OLE color: 1493274.
HSL color Cylindrical-coordinate representation of color #1AC916: hue angle of 118.66º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC916 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 22 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.21 |
| HSL | 118.66º | 0.8% | 0.44% | - |
| HSV(B) | 118.66º | 0.89% | 0.79% | - |
| XYZ | 21.46 | 42.05 | 7.74 | - |
| YUV | 128.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 22 | 0.87 | 0 | 0.89 | 0.21 | 118.66 | 0.8 | 0.44 |
| Hex | 1A | C9 | 16 | 57 | 0 | 59 | 15 | 77 | 50 | 2C |
| Octal | 32 | 311 | 26 | 127 | 0 | 131 | 25 | 167 | 120 | 54 |
| Binary | 11010 | 11001001 | 10110 | 1010111 | 0 | 1011001 | 10101 | 1110111 | 1010000 | 101100 |
Color Harmonies of #1AC916
Complementary color
Monochromatic Colors of #1AC916
Black with #1AC916
Text Example
Text Example
White with #1AC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC916; }
p { color: rgb(26,201,22); }
H1.HeaderClassName
{
color: #1AC916;
}
.AnyTagClassName
{
color: #1AC916;
}
</style>
background-color css
<style>
a { background-color: #1AC916; }
a { background-color: rgb(26,201,22); }
div.DivClassName
{
background-color: #1AC916;
}
.BgClassName
{
background-color: #1AC916;
}
</style>
border-color css
<style>
span { border-color: #1AC916; }
span { border-color: rgb(26,201,22); }
td.TdClassName
{
border-color: #1AC916;
}
.TagClassName
{
border-color: #1AC916;
}
</style>