Shades of Lime Green #1AB226
Tints of Lime Green #1AB226
RGB
CMYK
RGB Variations
Color information
#1AB226 (or 0x1AB226) is known color: Lime Green. HEX triplet: 1A, B2 and 26. RGB value is (26,178,38). Sum of RGB (Red+Green+Blue) = 26+178+38=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB226 is #E54DD9. Grayscale: #757575. Windows color (decimal): -15027674 or 2535962. OLE color: 2535962.
HSL color Cylindrical-coordinate representation of color #1AB226: hue angle of 124.74º 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 #1AB226 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 38 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.30 |
| HSL | 124.74º | 0.75% | 0.4% | - |
| HSV(B) | 124.74º | 0.85% | 0.7% | - |
| XYZ | 16.7 | 32.2 | 7.17 | - |
| YUV | 116.59 | 83.64 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 38 | 0.85 | 0 | 0.79 | 0.30 | 124.74 | 0.75 | 0.4 |
| Hex | 1A | B2 | 26 | 55 | 0 | 4F | 1E | 7D | 4B | 28 |
| Octal | 32 | 262 | 46 | 125 | 0 | 117 | 36 | 175 | 113 | 50 |
| Binary | 11010 | 10110010 | 100110 | 1010101 | 0 | 1001111 | 11110 | 1111101 | 1001011 | 101000 |
Color Harmonies of #1AB226
Complementary color
Monochromatic Colors of #1AB226
Black with #1AB226
Text Example
Text Example
White with #1AB226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB226; }
p { color: rgb(26,178,38); }
H1.HeaderClassName
{
color: #1AB226;
}
.AnyTagClassName
{
color: #1AB226;
}
</style>
background-color css
<style>
a { background-color: #1AB226; }
a { background-color: rgb(26,178,38); }
div.DivClassName
{
background-color: #1AB226;
}
.BgClassName
{
background-color: #1AB226;
}
</style>
border-color css
<style>
span { border-color: #1AB226; }
span { border-color: rgb(26,178,38); }
td.TdClassName
{
border-color: #1AB226;
}
.TagClassName
{
border-color: #1AB226;
}
</style>