Shades of Lime Green #1ABA1D
Tints of Lime Green #1ABA1D
RGB
CMYK
RGB Variations
Color information
#1ABA1D (or 0x1ABA1D) is known color: Lime Green. HEX triplet: 1A, BA and 1D. RGB value is (26,186,29). Sum of RGB (Red+Green+Blue) = 26+186+29=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA1D is #E545E2. Grayscale: #787878. Windows color (decimal): -15025635 or 1948186. OLE color: 1948186.
HSL color Cylindrical-coordinate representation of color #1ABA1D: hue angle of 121.12º 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 #1ABA1D is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 29 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.27 |
| HSL | 121.13º | 0.75% | 0.42% | - |
| HSV(B) | 121.13º | 0.86% | 0.73% | - |
| XYZ | 18.21 | 35.43 | 7.04 | - |
| YUV | 120.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 29 | 0.86 | 0 | 0.84 | 0.27 | 121.13 | 0.75 | 0.42 |
| Hex | 1A | BA | 1D | 56 | 0 | 54 | 1B | 79 | 4B | 2A |
| Octal | 32 | 272 | 35 | 126 | 0 | 124 | 33 | 171 | 113 | 52 |
| Binary | 11010 | 10111010 | 11101 | 1010110 | 0 | 1010100 | 11011 | 1111001 | 1001011 | 101010 |
Color Harmonies of #1ABA1D
Complementary color
Monochromatic Colors of #1ABA1D
Black with #1ABA1D
Text Example
Text Example
White with #1ABA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA1D; }
p { color: rgb(26,186,29); }
H1.HeaderClassName
{
color: #1ABA1D;
}
.AnyTagClassName
{
color: #1ABA1D;
}
</style>
background-color css
<style>
a { background-color: #1ABA1D; }
a { background-color: rgb(26,186,29); }
div.DivClassName
{
background-color: #1ABA1D;
}
.BgClassName
{
background-color: #1ABA1D;
}
</style>
border-color css
<style>
span { border-color: #1ABA1D; }
span { border-color: rgb(26,186,29); }
td.TdClassName
{
border-color: #1ABA1D;
}
.TagClassName
{
border-color: #1ABA1D;
}
</style>