Shades of Lime Green #1AC013
Tints of Lime Green #1AC013
RGB
CMYK
RGB Variations
Color information
#1AC013 (or 0x1AC013) is known color: Lime Green. HEX triplet: 1A, C0 and 13. RGB value is (26,192,19). Sum of RGB (Red+Green+Blue) = 26+192+19=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC013 is #E53FEC. Grayscale: #7B7B7B. Windows color (decimal): -15024109 or 1294362. OLE color: 1294362.
HSL color Cylindrical-coordinate representation of color #1AC013: hue angle of 117.57º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC013 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 19 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.25 |
| HSL | 117.57º | 0.82% | 0.41% | - |
| HSV(B) | 117.57º | 0.9% | 0.75% | - |
| XYZ | 19.39 | 37.97 | 6.92 | - |
| YUV | 122.64 | 69.5 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 19 | 0.86 | 0 | 0.90 | 0.25 | 117.57 | 0.82 | 0.41 |
| Hex | 1A | C0 | 13 | 56 | 0 | 5A | 19 | 76 | 52 | 29 |
| Octal | 32 | 300 | 23 | 126 | 0 | 132 | 31 | 166 | 122 | 51 |
| Binary | 11010 | 11000000 | 10011 | 1010110 | 0 | 1011010 | 11001 | 1110110 | 1010010 | 101001 |
Color Harmonies of #1AC013
Complementary color
Monochromatic Colors of #1AC013
Black with #1AC013
Text Example
Text Example
White with #1AC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC013; }
p { color: rgb(26,192,19); }
H1.HeaderClassName
{
color: #1AC013;
}
.AnyTagClassName
{
color: #1AC013;
}
</style>
background-color css
<style>
a { background-color: #1AC013; }
a { background-color: rgb(26,192,19); }
div.DivClassName
{
background-color: #1AC013;
}
.BgClassName
{
background-color: #1AC013;
}
</style>
border-color css
<style>
span { border-color: #1AC013; }
span { border-color: rgb(26,192,19); }
td.TdClassName
{
border-color: #1AC013;
}
.TagClassName
{
border-color: #1AC013;
}
</style>