Shades of Lime Green #1AB328
Tints of Lime Green #1AB328
RGB
CMYK
RGB Variations
Color information
#1AB328 (or 0x1AB328) is known color: Lime Green. HEX triplet: 1A, B3 and 28. RGB value is (26,179,40). Sum of RGB (Red+Green+Blue) = 26+179+40=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB328 is #E54CD7. Grayscale: #757575. Windows color (decimal): -15027416 or 2667290. OLE color: 2667290.
HSL color Cylindrical-coordinate representation of color #1AB328: hue angle of 125.49º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB328 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 40 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.30 |
| HSL | 125.49º | 0.75% | 0.4% | - |
| HSV(B) | 125.49º | 0.85% | 0.7% | - |
| XYZ | 16.93 | 32.61 | 7.41 | - |
| YUV | 117.41 | 84.31 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 40 | 0.85 | 0 | 0.78 | 0.30 | 125.49 | 0.75 | 0.4 |
| Hex | 1A | B3 | 28 | 55 | 0 | 4E | 1E | 7D | 4B | 28 |
| Octal | 32 | 263 | 50 | 125 | 0 | 116 | 36 | 175 | 113 | 50 |
| Binary | 11010 | 10110011 | 101000 | 1010101 | 0 | 1001110 | 11110 | 1111101 | 1001011 | 101000 |
Color Harmonies of #1AB328
Complementary color
Monochromatic Colors of #1AB328
Black with #1AB328
Text Example
Text Example
White with #1AB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB328; }
p { color: rgb(26,179,40); }
H1.HeaderClassName
{
color: #1AB328;
}
.AnyTagClassName
{
color: #1AB328;
}
</style>
background-color css
<style>
a { background-color: #1AB328; }
a { background-color: rgb(26,179,40); }
div.DivClassName
{
background-color: #1AB328;
}
.BgClassName
{
background-color: #1AB328;
}
</style>
border-color css
<style>
span { border-color: #1AB328; }
span { border-color: rgb(26,179,40); }
td.TdClassName
{
border-color: #1AB328;
}
.TagClassName
{
border-color: #1AB328;
}
</style>