Shades of Lime Green #1ABB26
Tints of Lime Green #1ABB26
RGB
CMYK
RGB Variations
Color information
#1ABB26 (or 0x1ABB26) is known color: Lime Green. HEX triplet: 1A, BB and 26. RGB value is (26,187,38). Sum of RGB (Red+Green+Blue) = 26+187+38=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 187 (73.44% from 255 or 74.50% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB26 is #E544D9. Grayscale: #7A7A7A. Windows color (decimal): -15025370 or 2538266. OLE color: 2538266.
HSL color Cylindrical-coordinate representation of color #1ABB26: hue angle of 124.47º degrees, saturation: 0.76, 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 #1ABB26 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 38 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.27 |
| HSL | 124.47º | 0.76% | 0.42% | - |
| HSV(B) | 124.47º | 0.86% | 0.73% | - |
| XYZ | 18.55 | 35.9 | 7.79 | - |
| YUV | 121.88 | 80.66 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 38 | 0.86 | 0 | 0.80 | 0.27 | 124.47 | 0.76 | 0.42 |
| Hex | 1A | BB | 26 | 56 | 0 | 50 | 1B | 7C | 4C | 2A |
| Octal | 32 | 273 | 46 | 126 | 0 | 120 | 33 | 174 | 114 | 52 |
| Binary | 11010 | 10111011 | 100110 | 1010110 | 0 | 1010000 | 11011 | 1111100 | 1001100 | 101010 |
Color Harmonies of #1ABB26
Complementary color
Monochromatic Colors of #1ABB26
Black with #1ABB26
Text Example
Text Example
White with #1ABB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB26; }
p { color: rgb(26,187,38); }
H1.HeaderClassName
{
color: #1ABB26;
}
.AnyTagClassName
{
color: #1ABB26;
}
</style>
background-color css
<style>
a { background-color: #1ABB26; }
a { background-color: rgb(26,187,38); }
div.DivClassName
{
background-color: #1ABB26;
}
.BgClassName
{
background-color: #1ABB26;
}
</style>
border-color css
<style>
span { border-color: #1ABB26; }
span { border-color: rgb(26,187,38); }
td.TdClassName
{
border-color: #1ABB26;
}
.TagClassName
{
border-color: #1ABB26;
}
</style>