Shades of Lime Green #1ACB1D
Tints of Lime Green #1ACB1D
RGB
CMYK
RGB Variations
Color information
#1ACB1D (or 0x1ACB1D) is known color: Lime Green. HEX triplet: 1A, CB and 1D. RGB value is (26,203,29). Sum of RGB (Red+Green+Blue) = 26+203+29=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB1D is #E534E2. Grayscale: #828282. Windows color (decimal): -15021283 or 1952538. OLE color: 1952538.
HSL color Cylindrical-coordinate representation of color #1ACB1D: hue angle of 121.02º 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 #1ACB1D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 29 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.20 |
| HSL | 121.02º | 0.77% | 0.45% | - |
| HSV(B) | 121.02º | 0.87% | 0.8% | - |
| XYZ | 22 | 43.02 | 8.31 | - |
| YUV | 130.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 29 | 0.87 | 0 | 0.86 | 0.20 | 121.02 | 0.77 | 0.45 |
| Hex | 1A | CB | 1D | 57 | 0 | 56 | 14 | 79 | 4D | 2D |
| Octal | 32 | 313 | 35 | 127 | 0 | 126 | 24 | 171 | 115 | 55 |
| Binary | 11010 | 11001011 | 11101 | 1010111 | 0 | 1010110 | 10100 | 1111001 | 1001101 | 101101 |
Color Harmonies of #1ACB1D
Complementary color
Monochromatic Colors of #1ACB1D
Black with #1ACB1D
Text Example
Text Example
White with #1ACB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB1D; }
p { color: rgb(26,203,29); }
H1.HeaderClassName
{
color: #1ACB1D;
}
.AnyTagClassName
{
color: #1ACB1D;
}
</style>
background-color css
<style>
a { background-color: #1ACB1D; }
a { background-color: rgb(26,203,29); }
div.DivClassName
{
background-color: #1ACB1D;
}
.BgClassName
{
background-color: #1ACB1D;
}
</style>
border-color css
<style>
span { border-color: #1ACB1D; }
span { border-color: rgb(26,203,29); }
td.TdClassName
{
border-color: #1ACB1D;
}
.TagClassName
{
border-color: #1ACB1D;
}
</style>