Shades of Lime Green #1ABA1F
Tints of Lime Green #1ABA1F
RGB
CMYK
RGB Variations
Color information
#1ABA1F (or 0x1ABA1F) is known color: Lime Green. HEX triplet: 1A, BA and 1F. RGB value is (26,186,31). Sum of RGB (Red+Green+Blue) = 26+186+31=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA1F is #E545E0. Grayscale: #787878. Windows color (decimal): -15025633 or 2079258. OLE color: 2079258.
HSL color Cylindrical-coordinate representation of color #1ABA1F: hue angle of 121.88º 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 #1ABA1F is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 31 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.27 |
| HSL | 121.88º | 0.75% | 0.42% | - |
| HSV(B) | 121.88º | 0.86% | 0.73% | - |
| XYZ | 18.23 | 35.44 | 7.18 | - |
| YUV | 120.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 31 | 0.86 | 0 | 0.83 | 0.27 | 121.88 | 0.75 | 0.42 |
| Hex | 1A | BA | 1F | 56 | 0 | 53 | 1B | 7A | 4B | 2A |
| Octal | 32 | 272 | 37 | 126 | 0 | 123 | 33 | 172 | 113 | 52 |
| Binary | 11010 | 10111010 | 11111 | 1010110 | 0 | 1010011 | 11011 | 1111010 | 1001011 | 101010 |
Color Harmonies of #1ABA1F
Complementary color
Monochromatic Colors of #1ABA1F
Black with #1ABA1F
Text Example
Text Example
White with #1ABA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA1F; }
p { color: rgb(26,186,31); }
H1.HeaderClassName
{
color: #1ABA1F;
}
.AnyTagClassName
{
color: #1ABA1F;
}
</style>
background-color css
<style>
a { background-color: #1ABA1F; }
a { background-color: rgb(26,186,31); }
div.DivClassName
{
background-color: #1ABA1F;
}
.BgClassName
{
background-color: #1ABA1F;
}
</style>
border-color css
<style>
span { border-color: #1ABA1F; }
span { border-color: rgb(26,186,31); }
td.TdClassName
{
border-color: #1ABA1F;
}
.TagClassName
{
border-color: #1ABA1F;
}
</style>