Shades of Lime Green #1ABA2B
Tints of Lime Green #1ABA2B
RGB
CMYK
RGB Variations
Color information
#1ABA2B (or 0x1ABA2B) is known color: Lime Green. HEX triplet: 1A, BA and 2B. RGB value is (26,186,43). Sum of RGB (Red+Green+Blue) = 26+186+43=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA2B is #E545D4. Grayscale: #7A7A7A. Windows color (decimal): -15025621 or 2865690. OLE color: 2865690.
HSL color Cylindrical-coordinate representation of color #1ABA2B: hue angle of 126.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA2B is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 43 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.27 |
| HSL | 126.38º | 0.75% | 0.42% | - |
| HSV(B) | 126.38º | 0.86% | 0.73% | - |
| XYZ | 18.42 | 35.51 | 8.17 | - |
| YUV | 121.86 | 83.49 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 43 | 0.86 | 0 | 0.77 | 0.27 | 126.38 | 0.75 | 0.42 |
| Hex | 1A | BA | 2B | 56 | 0 | 4D | 1B | 7E | 4B | 2A |
| Octal | 32 | 272 | 53 | 126 | 0 | 115 | 33 | 176 | 113 | 52 |
| Binary | 11010 | 10111010 | 101011 | 1010110 | 0 | 1001101 | 11011 | 1111110 | 1001011 | 101010 |
Color Harmonies of #1ABA2B
Complementary color
Monochromatic Colors of #1ABA2B
Black with #1ABA2B
Text Example
Text Example
White with #1ABA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA2B; }
p { color: rgb(26,186,43); }
H1.HeaderClassName
{
color: #1ABA2B;
}
.AnyTagClassName
{
color: #1ABA2B;
}
</style>
background-color css
<style>
a { background-color: #1ABA2B; }
a { background-color: rgb(26,186,43); }
div.DivClassName
{
background-color: #1ABA2B;
}
.BgClassName
{
background-color: #1ABA2B;
}
</style>
border-color css
<style>
span { border-color: #1ABA2B; }
span { border-color: rgb(26,186,43); }
td.TdClassName
{
border-color: #1ABA2B;
}
.TagClassName
{
border-color: #1ABA2B;
}
</style>