Shades of Lime Green #1ACB1A
Tints of Lime Green #1ACB1A
RGB
CMYK
RGB Variations
Color information
#1ACB1A (or 0x1ACB1A) is known color: Lime Green. HEX triplet: 1A, CB and 1A. RGB value is (26,203,26). Sum of RGB (Red+Green+Blue) = 26+203+26=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 203 (79.69% from 255 or 79.61% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB1A is #E534E5. Grayscale: #828282. Windows color (decimal): -15021286 or 1755930. OLE color: 1755930.
HSL color Cylindrical-coordinate representation of color #1ACB1A: hue angle of 120º 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 #1ACB1A is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 26 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.20 |
| HSL | 120º | 0.77% | 0.45% | - |
| HSV(B) | 120º | 0.87% | 0.8% | - |
| XYZ | 21.97 | 43.01 | 8.12 | - |
| YUV | 129.9 | 69.36 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 26 | 0.87 | 0 | 0.87 | 0.20 | 120 | 0.77 | 0.45 |
| Hex | 1A | CB | 1A | 57 | 0 | 57 | 14 | 78 | 4D | 2D |
| Octal | 32 | 313 | 32 | 127 | 0 | 127 | 24 | 170 | 115 | 55 |
| Binary | 11010 | 11001011 | 11010 | 1010111 | 0 | 1010111 | 10100 | 1111000 | 1001101 | 101101 |
Color Harmonies of #1ACB1A
Complementary color
Monochromatic Colors of #1ACB1A
Black with #1ACB1A
Text Example
Text Example
White with #1ACB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB1A; }
p { color: rgb(26,203,26); }
H1.HeaderClassName
{
color: #1ACB1A;
}
.AnyTagClassName
{
color: #1ACB1A;
}
</style>
background-color css
<style>
a { background-color: #1ACB1A; }
a { background-color: rgb(26,203,26); }
div.DivClassName
{
background-color: #1ACB1A;
}
.BgClassName
{
background-color: #1ACB1A;
}
</style>
border-color css
<style>
span { border-color: #1ACB1A; }
span { border-color: rgb(26,203,26); }
td.TdClassName
{
border-color: #1ACB1A;
}
.TagClassName
{
border-color: #1ACB1A;
}
</style>