Shades of Lime Green #1AC010
Tints of Lime Green #1AC010
RGB
CMYK
RGB Variations
Color information
#1AC010 (or 0x1AC010) is known color: Lime Green. HEX triplet: 1A, C0 and 10. RGB value is (26,192,16). Sum of RGB (Red+Green+Blue) = 26+192+16=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC010 is #E53FEF. Grayscale: #7A7A7A. Windows color (decimal): -15024112 or 1097754. OLE color: 1097754.
HSL color Cylindrical-coordinate representation of color #1AC010: hue angle of 116.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AC010 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 16 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.25 |
| HSL | 116.59º | 0.85% | 0.41% | - |
| HSV(B) | 116.59º | 0.92% | 0.75% | - |
| XYZ | 19.37 | 37.96 | 6.8 | - |
| YUV | 122.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 16 | 0.86 | 0 | 0.92 | 0.25 | 116.59 | 0.85 | 0.41 |
| Hex | 1A | C0 | 10 | 56 | 0 | 5C | 19 | 75 | 55 | 29 |
| Octal | 32 | 300 | 20 | 126 | 0 | 134 | 31 | 165 | 125 | 51 |
| Binary | 11010 | 11000000 | 10000 | 1010110 | 0 | 1011100 | 11001 | 1110101 | 1010101 | 101001 |
Color Harmonies of #1AC010
Complementary color
Monochromatic Colors of #1AC010
Black with #1AC010
Text Example
Text Example
White with #1AC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC010; }
p { color: rgb(26,192,16); }
H1.HeaderClassName
{
color: #1AC010;
}
.AnyTagClassName
{
color: #1AC010;
}
</style>
background-color css
<style>
a { background-color: #1AC010; }
a { background-color: rgb(26,192,16); }
div.DivClassName
{
background-color: #1AC010;
}
.BgClassName
{
background-color: #1AC010;
}
</style>
border-color css
<style>
span { border-color: #1AC010; }
span { border-color: rgb(26,192,16); }
td.TdClassName
{
border-color: #1AC010;
}
.TagClassName
{
border-color: #1AC010;
}
</style>