Shades of Lime Green #1ACB2C
Tints of Lime Green #1ACB2C
RGB
CMYK
RGB Variations
Color information
#1ACB2C (or 0x1ACB2C) is known color: Lime Green. HEX triplet: 1A, CB and 2C. RGB value is (26,203,44). Sum of RGB (Red+Green+Blue) = 26+203+44=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB2C is #E534D3. Grayscale: #848484. Windows color (decimal): -15021268 or 2935578. OLE color: 2935578.
HSL color Cylindrical-coordinate representation of color #1ACB2C: hue angle of 126.1º 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 #1ACB2C is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 44 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.20 |
| HSL | 126.1º | 0.77% | 0.45% | - |
| HSV(B) | 126.1º | 0.87% | 0.8% | - |
| XYZ | 22.24 | 43.11 | 9.53 | - |
| YUV | 131.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 44 | 0.87 | 0 | 0.78 | 0.20 | 126.1 | 0.77 | 0.45 |
| Hex | 1A | CB | 2C | 57 | 0 | 4E | 14 | 7E | 4D | 2D |
| Octal | 32 | 313 | 54 | 127 | 0 | 116 | 24 | 176 | 115 | 55 |
| Binary | 11010 | 11001011 | 101100 | 1010111 | 0 | 1001110 | 10100 | 1111110 | 1001101 | 101101 |
Color Harmonies of #1ACB2C
Complementary color
Monochromatic Colors of #1ACB2C
Black with #1ACB2C
Text Example
Text Example
White with #1ACB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB2C; }
p { color: rgb(26,203,44); }
H1.HeaderClassName
{
color: #1ACB2C;
}
.AnyTagClassName
{
color: #1ACB2C;
}
</style>
background-color css
<style>
a { background-color: #1ACB2C; }
a { background-color: rgb(26,203,44); }
div.DivClassName
{
background-color: #1ACB2C;
}
.BgClassName
{
background-color: #1ACB2C;
}
</style>
border-color css
<style>
span { border-color: #1ACB2C; }
span { border-color: rgb(26,203,44); }
td.TdClassName
{
border-color: #1ACB2C;
}
.TagClassName
{
border-color: #1ACB2C;
}
</style>