Shades of Lime Green #1AC015
Tints of Lime Green #1AC015
RGB
CMYK
RGB Variations
Color information
#1AC015 (or 0x1AC015) is known color: Lime Green. HEX triplet: 1A, C0 and 15. RGB value is (26,192,21). Sum of RGB (Red+Green+Blue) = 26+192+21=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC015 is #E53FEA. Grayscale: #7B7B7B. Windows color (decimal): -15024107 or 1425434. OLE color: 1425434.
HSL color Cylindrical-coordinate representation of color #1AC015: hue angle of 118.25º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC015 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 21 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.25 |
| HSL | 118.25º | 0.8% | 0.42% | - |
| HSV(B) | 118.25º | 0.89% | 0.75% | - |
| XYZ | 19.41 | 37.97 | 7.02 | - |
| YUV | 122.87 | 70.5 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 21 | 0.86 | 0 | 0.89 | 0.25 | 118.25 | 0.8 | 0.42 |
| Hex | 1A | C0 | 15 | 56 | 0 | 59 | 19 | 76 | 50 | 2A |
| Octal | 32 | 300 | 25 | 126 | 0 | 131 | 31 | 166 | 120 | 52 |
| Binary | 11010 | 11000000 | 10101 | 1010110 | 0 | 1011001 | 11001 | 1110110 | 1010000 | 101010 |
Color Harmonies of #1AC015
Complementary color
Monochromatic Colors of #1AC015
Black with #1AC015
Text Example
Text Example
White with #1AC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC015; }
p { color: rgb(26,192,21); }
H1.HeaderClassName
{
color: #1AC015;
}
.AnyTagClassName
{
color: #1AC015;
}
</style>
background-color css
<style>
a { background-color: #1AC015; }
a { background-color: rgb(26,192,21); }
div.DivClassName
{
background-color: #1AC015;
}
.BgClassName
{
background-color: #1AC015;
}
</style>
border-color css
<style>
span { border-color: #1AC015; }
span { border-color: rgb(26,192,21); }
td.TdClassName
{
border-color: #1AC015;
}
.TagClassName
{
border-color: #1AC015;
}
</style>