Shades of Lime Green #1ABB25
Tints of Lime Green #1ABB25
RGB
CMYK
RGB Variations
Color information
#1ABB25 (or 0x1ABB25) is known color: Lime Green. HEX triplet: 1A, BB and 25. RGB value is (26,187,37). Sum of RGB (Red+Green+Blue) = 26+187+37=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 187 (73.44% from 255 or 74.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB25 is #E544DA. Grayscale: #7A7A7A. Windows color (decimal): -15025371 or 2472730. OLE color: 2472730.
HSL color Cylindrical-coordinate representation of color #1ABB25: hue angle of 124.1º 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 #1ABB25 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 37 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.27 |
| HSL | 124.1º | 0.76% | 0.42% | - |
| HSV(B) | 124.1º | 0.86% | 0.73% | - |
| XYZ | 18.53 | 35.89 | 7.7 | - |
| YUV | 121.76 | 80.16 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 37 | 0.86 | 0 | 0.80 | 0.27 | 124.1 | 0.76 | 0.42 |
| Hex | 1A | BB | 25 | 56 | 0 | 50 | 1B | 7C | 4C | 2A |
| Octal | 32 | 273 | 45 | 126 | 0 | 120 | 33 | 174 | 114 | 52 |
| Binary | 11010 | 10111011 | 100101 | 1010110 | 0 | 1010000 | 11011 | 1111100 | 1001100 | 101010 |
Color Harmonies of #1ABB25
Complementary color
Monochromatic Colors of #1ABB25
Black with #1ABB25
Text Example
Text Example
White with #1ABB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB25; }
p { color: rgb(26,187,37); }
H1.HeaderClassName
{
color: #1ABB25;
}
.AnyTagClassName
{
color: #1ABB25;
}
</style>
background-color css
<style>
a { background-color: #1ABB25; }
a { background-color: rgb(26,187,37); }
div.DivClassName
{
background-color: #1ABB25;
}
.BgClassName
{
background-color: #1ABB25;
}
</style>
border-color css
<style>
span { border-color: #1ABB25; }
span { border-color: rgb(26,187,37); }
td.TdClassName
{
border-color: #1ABB25;
}
.TagClassName
{
border-color: #1ABB25;
}
</style>