Shades of Lime Green #1AC115
Tints of Lime Green #1AC115
RGB
CMYK
RGB Variations
Color information
#1AC115 (or 0x1AC115) is known color: Lime Green. HEX triplet: 1A, C1 and 15. RGB value is (26,193,21). Sum of RGB (Red+Green+Blue) = 26+193+21=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC115 is #E53EEA. Grayscale: #7B7B7B. Windows color (decimal): -15023851 or 1425690. OLE color: 1425690.
HSL color Cylindrical-coordinate representation of color #1AC115: hue angle of 118.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC115 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 21 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.24 |
| HSL | 118.26º | 0.8% | 0.42% | - |
| HSV(B) | 118.26º | 0.89% | 0.76% | - |
| XYZ | 19.63 | 38.41 | 7.09 | - |
| YUV | 123.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 21 | 0.87 | 0 | 0.89 | 0.24 | 118.26 | 0.8 | 0.42 |
| Hex | 1A | C1 | 15 | 57 | 0 | 59 | 18 | 76 | 50 | 2A |
| Octal | 32 | 301 | 25 | 127 | 0 | 131 | 30 | 166 | 120 | 52 |
| Binary | 11010 | 11000001 | 10101 | 1010111 | 0 | 1011001 | 11000 | 1110110 | 1010000 | 101010 |
Color Harmonies of #1AC115
Complementary color
Monochromatic Colors of #1AC115
Black with #1AC115
Text Example
Text Example
White with #1AC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC115; }
p { color: rgb(26,193,21); }
H1.HeaderClassName
{
color: #1AC115;
}
.AnyTagClassName
{
color: #1AC115;
}
</style>
background-color css
<style>
a { background-color: #1AC115; }
a { background-color: rgb(26,193,21); }
div.DivClassName
{
background-color: #1AC115;
}
.BgClassName
{
background-color: #1AC115;
}
</style>
border-color css
<style>
span { border-color: #1AC115; }
span { border-color: rgb(26,193,21); }
td.TdClassName
{
border-color: #1AC115;
}
.TagClassName
{
border-color: #1AC115;
}
</style>