Shades of Lime Green #1ACB11
Tints of Lime Green #1ACB11
RGB
CMYK
RGB Variations
Color information
#1ACB11 (or 0x1ACB11) is known color: Lime Green. HEX triplet: 1A, CB and 11. RGB value is (26,203,17). Sum of RGB (Red+Green+Blue) = 26+203+17=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 203 (79.69% from 255 or 82.52% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB11 is #E534EE. Grayscale: #818181. Windows color (decimal): -15021295 or 1166106. OLE color: 1166106.
HSL color Cylindrical-coordinate representation of color #1ACB11: hue angle of 117.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ACB11 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 17 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.20 |
| HSL | 117.1º | 0.85% | 0.43% | - |
| HSV(B) | 117.1º | 0.92% | 0.8% | - |
| XYZ | 21.88 | 42.97 | 7.67 | - |
| YUV | 128.87 | 64.86 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 17 | 0.87 | 0 | 0.92 | 0.20 | 117.1 | 0.85 | 0.43 |
| Hex | 1A | CB | 11 | 57 | 0 | 5C | 14 | 75 | 55 | 2B |
| Octal | 32 | 313 | 21 | 127 | 0 | 134 | 24 | 165 | 125 | 53 |
| Binary | 11010 | 11001011 | 10001 | 1010111 | 0 | 1011100 | 10100 | 1110101 | 1010101 | 101011 |
Color Harmonies of #1ACB11
Complementary color
Monochromatic Colors of #1ACB11
Black with #1ACB11
Text Example
Text Example
White with #1ACB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB11; }
p { color: rgb(26,203,17); }
H1.HeaderClassName
{
color: #1ACB11;
}
.AnyTagClassName
{
color: #1ACB11;
}
</style>
background-color css
<style>
a { background-color: #1ACB11; }
a { background-color: rgb(26,203,17); }
div.DivClassName
{
background-color: #1ACB11;
}
.BgClassName
{
background-color: #1ACB11;
}
</style>
border-color css
<style>
span { border-color: #1ACB11; }
span { border-color: rgb(26,203,17); }
td.TdClassName
{
border-color: #1ACB11;
}
.TagClassName
{
border-color: #1ACB11;
}
</style>