Shades of Lime Green #1ABC1D
Tints of Lime Green #1ABC1D
RGB
CMYK
RGB Variations
Color information
#1ABC1D (or 0x1ABC1D) is known color: Lime Green. HEX triplet: 1A, BC and 1D. RGB value is (26,188,29). Sum of RGB (Red+Green+Blue) = 26+188+29=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC1D is #E543E2. Grayscale: #797979. Windows color (decimal): -15025123 or 1948698. OLE color: 1948698.
HSL color Cylindrical-coordinate representation of color #1ABC1D: hue angle of 121.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC1D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 29 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.26 |
| HSL | 121.11º | 0.76% | 0.42% | - |
| HSV(B) | 121.11º | 0.86% | 0.74% | - |
| XYZ | 18.63 | 36.27 | 7.18 | - |
| YUV | 121.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 29 | 0.86 | 0 | 0.85 | 0.26 | 121.11 | 0.76 | 0.42 |
| Hex | 1A | BC | 1D | 56 | 0 | 55 | 1A | 79 | 4C | 2A |
| Octal | 32 | 274 | 35 | 126 | 0 | 125 | 32 | 171 | 114 | 52 |
| Binary | 11010 | 10111100 | 11101 | 1010110 | 0 | 1010101 | 11010 | 1111001 | 1001100 | 101010 |
Color Harmonies of #1ABC1D
Complementary color
Monochromatic Colors of #1ABC1D
Black with #1ABC1D
Text Example
Text Example
White with #1ABC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC1D; }
p { color: rgb(26,188,29); }
H1.HeaderClassName
{
color: #1ABC1D;
}
.AnyTagClassName
{
color: #1ABC1D;
}
</style>
background-color css
<style>
a { background-color: #1ABC1D; }
a { background-color: rgb(26,188,29); }
div.DivClassName
{
background-color: #1ABC1D;
}
.BgClassName
{
background-color: #1ABC1D;
}
</style>
border-color css
<style>
span { border-color: #1ABC1D; }
span { border-color: rgb(26,188,29); }
td.TdClassName
{
border-color: #1ABC1D;
}
.TagClassName
{
border-color: #1ABC1D;
}
</style>