Shades of Lime Green #1AC528
Tints of Lime Green #1AC528
RGB
CMYK
RGB Variations
Color information
#1AC528 (or 0x1AC528) is known color: Lime Green. HEX triplet: 1A, C5 and 28. RGB value is (26,197,40). Sum of RGB (Red+Green+Blue) = 26+197+40=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC528 is #E53AD7. Grayscale: #808080. Windows color (decimal): -15022808 or 2671898. OLE color: 2671898.
HSL color Cylindrical-coordinate representation of color #1AC528: hue angle of 124.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC528 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 40 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.23 |
| HSL | 124.91º | 0.77% | 0.44% | - |
| HSV(B) | 124.91º | 0.87% | 0.77% | - |
| XYZ | 20.78 | 40.31 | 8.69 | - |
| YUV | 127.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 40 | 0.87 | 0 | 0.80 | 0.23 | 124.91 | 0.77 | 0.44 |
| Hex | 1A | C5 | 28 | 57 | 0 | 50 | 17 | 7D | 4D | 2C |
| Octal | 32 | 305 | 50 | 127 | 0 | 120 | 27 | 175 | 115 | 54 |
| Binary | 11010 | 11000101 | 101000 | 1010111 | 0 | 1010000 | 10111 | 1111101 | 1001101 | 101100 |
Color Harmonies of #1AC528
Complementary color
Monochromatic Colors of #1AC528
Black with #1AC528
Text Example
Text Example
White with #1AC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC528; }
p { color: rgb(26,197,40); }
H1.HeaderClassName
{
color: #1AC528;
}
.AnyTagClassName
{
color: #1AC528;
}
</style>
background-color css
<style>
a { background-color: #1AC528; }
a { background-color: rgb(26,197,40); }
div.DivClassName
{
background-color: #1AC528;
}
.BgClassName
{
background-color: #1AC528;
}
</style>
border-color css
<style>
span { border-color: #1AC528; }
span { border-color: rgb(26,197,40); }
td.TdClassName
{
border-color: #1AC528;
}
.TagClassName
{
border-color: #1AC528;
}
</style>