Shades of Lime Green #1ACB32
Tints of Lime Green #1ACB32
RGB
CMYK
RGB Variations
Color information
#1ACB32 (or 0x1ACB32) is known color: Lime Green. HEX triplet: 1A, CB and 32. RGB value is (26,203,50). Sum of RGB (Red+Green+Blue) = 26+203+50=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB32 is #E534CD. Grayscale: #858585. Windows color (decimal): -15021262 or 3328794. OLE color: 3328794.
HSL color Cylindrical-coordinate representation of color #1ACB32: hue angle of 128.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACB32 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 50 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.20 |
| HSL | 128.14º | 0.77% | 0.45% | - |
| HSV(B) | 128.14º | 0.87% | 0.8% | - |
| XYZ | 22.36 | 43.16 | 10.17 | - |
| YUV | 132.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 50 | 0.87 | 0 | 0.75 | 0.20 | 128.14 | 0.77 | 0.45 |
| Hex | 1A | CB | 32 | 57 | 0 | 4B | 14 | 80 | 4D | 2D |
| Octal | 32 | 313 | 62 | 127 | 0 | 113 | 24 | 200 | 115 | 55 |
| Binary | 11010 | 11001011 | 110010 | 1010111 | 0 | 1001011 | 10100 | 10000000 | 1001101 | 101101 |
Color Harmonies of #1ACB32
Complementary color
Monochromatic Colors of #1ACB32
Black with #1ACB32
Text Example
Text Example
White with #1ACB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB32; }
p { color: rgb(26,203,50); }
H1.HeaderClassName
{
color: #1ACB32;
}
.AnyTagClassName
{
color: #1ACB32;
}
</style>
background-color css
<style>
a { background-color: #1ACB32; }
a { background-color: rgb(26,203,50); }
div.DivClassName
{
background-color: #1ACB32;
}
.BgClassName
{
background-color: #1ACB32;
}
</style>
border-color css
<style>
span { border-color: #1ACB32; }
span { border-color: rgb(26,203,50); }
td.TdClassName
{
border-color: #1ACB32;
}
.TagClassName
{
border-color: #1ACB32;
}
</style>