Shades of Lime Green #1ACB16
Tints of Lime Green #1ACB16
RGB
CMYK
RGB Variations
Color information
#1ACB16 (or 0x1ACB16) is known color: Lime Green. HEX triplet: 1A, CB and 16. RGB value is (26,203,22). Sum of RGB (Red+Green+Blue) = 26+203+22=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 203 (79.69% from 255 or 80.88% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB16 is #E534E9. Grayscale: #818181. Windows color (decimal): -15021290 or 1493786. OLE color: 1493786.
HSL color Cylindrical-coordinate representation of color #1ACB16: hue angle of 118.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACB16 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 22 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.20 |
| HSL | 118.67º | 0.8% | 0.44% | - |
| HSV(B) | 118.67º | 0.89% | 0.8% | - |
| XYZ | 21.93 | 42.99 | 7.9 | - |
| YUV | 129.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 22 | 0.87 | 0 | 0.89 | 0.20 | 118.67 | 0.8 | 0.44 |
| Hex | 1A | CB | 16 | 57 | 0 | 59 | 14 | 77 | 50 | 2C |
| Octal | 32 | 313 | 26 | 127 | 0 | 131 | 24 | 167 | 120 | 54 |
| Binary | 11010 | 11001011 | 10110 | 1010111 | 0 | 1011001 | 10100 | 1110111 | 1010000 | 101100 |
Color Harmonies of #1ACB16
Complementary color
Monochromatic Colors of #1ACB16
Black with #1ACB16
Text Example
Text Example
White with #1ACB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB16; }
p { color: rgb(26,203,22); }
H1.HeaderClassName
{
color: #1ACB16;
}
.AnyTagClassName
{
color: #1ACB16;
}
</style>
background-color css
<style>
a { background-color: #1ACB16; }
a { background-color: rgb(26,203,22); }
div.DivClassName
{
background-color: #1ACB16;
}
.BgClassName
{
background-color: #1ACB16;
}
</style>
border-color css
<style>
span { border-color: #1ACB16; }
span { border-color: rgb(26,203,22); }
td.TdClassName
{
border-color: #1ACB16;
}
.TagClassName
{
border-color: #1ACB16;
}
</style>