Shades of Lime Green #1AC00C
Tints of Lime Green #1AC00C
RGB
CMYK
RGB Variations
Color information
#1AC00C (or 0x1AC00C) is known color: Lime Green. HEX triplet: 1A, C0 and 0C. RGB value is (26,192,12). Sum of RGB (Red+Green+Blue) = 26+192+12=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC00C is #E53FF3. Grayscale: #7A7A7A. Windows color (decimal): -15024116 or 835610. OLE color: 835610.
HSL color Cylindrical-coordinate representation of color #1AC00C: hue angle of 115.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AC00C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 12 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.25 |
| HSL | 115.33º | 0.88% | 0.4% | - |
| HSV(B) | 115.33º | 0.94% | 0.75% | - |
| XYZ | 19.34 | 37.95 | 6.65 | - |
| YUV | 121.85 | 66 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 12 | 0.86 | 0 | 0.94 | 0.25 | 115.33 | 0.88 | 0.4 |
| Hex | 1A | C0 | C | 56 | 0 | 5E | 19 | 73 | 58 | 28 |
| Octal | 32 | 300 | 14 | 126 | 0 | 136 | 31 | 163 | 130 | 50 |
| Binary | 11010 | 11000000 | 1100 | 1010110 | 0 | 1011110 | 11001 | 1110011 | 1011000 | 101000 |
Color Harmonies of #1AC00C
Complementary color
Monochromatic Colors of #1AC00C
Black with #1AC00C
Text Example
Text Example
White with #1AC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC00C; }
p { color: rgb(26,192,12); }
H1.HeaderClassName
{
color: #1AC00C;
}
.AnyTagClassName
{
color: #1AC00C;
}
</style>
background-color css
<style>
a { background-color: #1AC00C; }
a { background-color: rgb(26,192,12); }
div.DivClassName
{
background-color: #1AC00C;
}
.BgClassName
{
background-color: #1AC00C;
}
</style>
border-color css
<style>
span { border-color: #1AC00C; }
span { border-color: rgb(26,192,12); }
td.TdClassName
{
border-color: #1AC00C;
}
.TagClassName
{
border-color: #1AC00C;
}
</style>