Shades of Lime Green #1AC510
Tints of Lime Green #1AC510
RGB
CMYK
RGB Variations
Color information
#1AC510 (or 0x1AC510) is known color: Lime Green. HEX triplet: 1A, C5 and 10. RGB value is (26,197,16). Sum of RGB (Red+Green+Blue) = 26+197+16=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 197 (77.34% from 255 or 82.43% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC510 is #E53AEF. Grayscale: #7D7D7D. Windows color (decimal): -15022832 or 1099034. OLE color: 1099034.
HSL color Cylindrical-coordinate representation of color #1AC510: hue angle of 116.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AC510 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 16 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.23 |
| HSL | 116.69º | 0.85% | 0.42% | - |
| HSV(B) | 116.69º | 0.92% | 0.77% | - |
| XYZ | 20.49 | 40.19 | 7.17 | - |
| YUV | 125.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 16 | 0.87 | 0 | 0.92 | 0.23 | 116.69 | 0.85 | 0.42 |
| Hex | 1A | C5 | 10 | 57 | 0 | 5C | 17 | 75 | 55 | 2A |
| Octal | 32 | 305 | 20 | 127 | 0 | 134 | 27 | 165 | 125 | 52 |
| Binary | 11010 | 11000101 | 10000 | 1010111 | 0 | 1011100 | 10111 | 1110101 | 1010101 | 101010 |
Color Harmonies of #1AC510
Complementary color
Monochromatic Colors of #1AC510
Black with #1AC510
Text Example
Text Example
White with #1AC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC510; }
p { color: rgb(26,197,16); }
H1.HeaderClassName
{
color: #1AC510;
}
.AnyTagClassName
{
color: #1AC510;
}
</style>
background-color css
<style>
a { background-color: #1AC510; }
a { background-color: rgb(26,197,16); }
div.DivClassName
{
background-color: #1AC510;
}
.BgClassName
{
background-color: #1AC510;
}
</style>
border-color css
<style>
span { border-color: #1AC510; }
span { border-color: rgb(26,197,16); }
td.TdClassName
{
border-color: #1AC510;
}
.TagClassName
{
border-color: #1AC510;
}
</style>