Shades of Lime Green #1AC820
Tints of Lime Green #1AC820
RGB
CMYK
RGB Variations
Color information
#1AC820 (or 0x1AC820) is known color: Lime Green. HEX triplet: 1A, C8 and 20. RGB value is (26,200,32). Sum of RGB (Red+Green+Blue) = 26+200+32=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC820 is #E537DF. Grayscale: #818181. Windows color (decimal): -15022048 or 2148378. OLE color: 2148378.
HSL color Cylindrical-coordinate representation of color #1AC820: hue angle of 122.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC820 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 32 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.22 |
| HSL | 122.07º | 0.77% | 0.44% | - |
| HSV(B) | 122.07º | 0.87% | 0.78% | - |
| XYZ | 21.34 | 41.63 | 8.28 | - |
| YUV | 128.82 | 73.35 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 32 | 0.87 | 0 | 0.84 | 0.22 | 122.07 | 0.77 | 0.44 |
| Hex | 1A | C8 | 20 | 57 | 0 | 54 | 16 | 7A | 4D | 2C |
| Octal | 32 | 310 | 40 | 127 | 0 | 124 | 26 | 172 | 115 | 54 |
| Binary | 11010 | 11001000 | 100000 | 1010111 | 0 | 1010100 | 10110 | 1111010 | 1001101 | 101100 |
Color Harmonies of #1AC820
Complementary color
Monochromatic Colors of #1AC820
Black with #1AC820
Text Example
Text Example
White with #1AC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC820; }
p { color: rgb(26,200,32); }
H1.HeaderClassName
{
color: #1AC820;
}
.AnyTagClassName
{
color: #1AC820;
}
</style>
background-color css
<style>
a { background-color: #1AC820; }
a { background-color: rgb(26,200,32); }
div.DivClassName
{
background-color: #1AC820;
}
.BgClassName
{
background-color: #1AC820;
}
</style>
border-color css
<style>
span { border-color: #1AC820; }
span { border-color: rgb(26,200,32); }
td.TdClassName
{
border-color: #1AC820;
}
.TagClassName
{
border-color: #1AC820;
}
</style>