Shades of Lime Green #1AB528
Tints of Lime Green #1AB528
RGB
CMYK
RGB Variations
Color information
#1AB528 (or 0x1AB528) is known color: Lime Green. HEX triplet: 1A, B5 and 28. RGB value is (26,181,40). Sum of RGB (Red+Green+Blue) = 26+181+40=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB528 is #E54AD7. Grayscale: #767676. Windows color (decimal): -15026904 or 2667802. OLE color: 2667802.
HSL color Cylindrical-coordinate representation of color #1AB528: hue angle of 125.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB528 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 40 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.29 |
| HSL | 125.42º | 0.75% | 0.41% | - |
| HSV(B) | 125.42º | 0.86% | 0.71% | - |
| XYZ | 17.33 | 33.42 | 7.54 | - |
| YUV | 118.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 40 | 0.86 | 0 | 0.78 | 0.29 | 125.42 | 0.75 | 0.41 |
| Hex | 1A | B5 | 28 | 56 | 0 | 4E | 1D | 7D | 4B | 29 |
| Octal | 32 | 265 | 50 | 126 | 0 | 116 | 35 | 175 | 113 | 51 |
| Binary | 11010 | 10110101 | 101000 | 1010110 | 0 | 1001110 | 11101 | 1111101 | 1001011 | 101001 |
Color Harmonies of #1AB528
Complementary color
Monochromatic Colors of #1AB528
Black with #1AB528
Text Example
Text Example
White with #1AB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB528; }
p { color: rgb(26,181,40); }
H1.HeaderClassName
{
color: #1AB528;
}
.AnyTagClassName
{
color: #1AB528;
}
</style>
background-color css
<style>
a { background-color: #1AB528; }
a { background-color: rgb(26,181,40); }
div.DivClassName
{
background-color: #1AB528;
}
.BgClassName
{
background-color: #1AB528;
}
</style>
border-color css
<style>
span { border-color: #1AB528; }
span { border-color: rgb(26,181,40); }
td.TdClassName
{
border-color: #1AB528;
}
.TagClassName
{
border-color: #1AB528;
}
</style>