Shades of Lime Green #1AC220
Tints of Lime Green #1AC220
RGB
CMYK
RGB Variations
Color information
#1AC220 (or 0x1AC220) is known color: Lime Green. HEX triplet: 1A, C2 and 20. RGB value is (26,194,32). Sum of RGB (Red+Green+Blue) = 26+194+32=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC220 is #E53DDF. Grayscale: #7D7D7D. Windows color (decimal): -15023584 or 2146842. OLE color: 2146842.
HSL color Cylindrical-coordinate representation of color #1AC220: hue angle of 122.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC220 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 32 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.24 |
| HSL | 122.14º | 0.76% | 0.43% | - |
| HSV(B) | 122.14º | 0.87% | 0.76% | - |
| XYZ | 19.98 | 38.91 | 7.82 | - |
| YUV | 125.3 | 75.34 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 32 | 0.87 | 0 | 0.84 | 0.24 | 122.14 | 0.76 | 0.43 |
| Hex | 1A | C2 | 20 | 57 | 0 | 54 | 18 | 7A | 4C | 2B |
| Octal | 32 | 302 | 40 | 127 | 0 | 124 | 30 | 172 | 114 | 53 |
| Binary | 11010 | 11000010 | 100000 | 1010111 | 0 | 1010100 | 11000 | 1111010 | 1001100 | 101011 |
Color Harmonies of #1AC220
Complementary color
Monochromatic Colors of #1AC220
Black with #1AC220
Text Example
Text Example
White with #1AC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC220; }
p { color: rgb(26,194,32); }
H1.HeaderClassName
{
color: #1AC220;
}
.AnyTagClassName
{
color: #1AC220;
}
</style>
background-color css
<style>
a { background-color: #1AC220; }
a { background-color: rgb(26,194,32); }
div.DivClassName
{
background-color: #1AC220;
}
.BgClassName
{
background-color: #1AC220;
}
</style>
border-color css
<style>
span { border-color: #1AC220; }
span { border-color: rgb(26,194,32); }
td.TdClassName
{
border-color: #1AC220;
}
.TagClassName
{
border-color: #1AC220;
}
</style>