Shades of Lime Green #1AC70C
Tints of Lime Green #1AC70C
RGB
CMYK
RGB Variations
Color information
#1AC70C (or 0x1AC70C) is known color: Lime Green. HEX triplet: 1A, C7 and 0C. RGB value is (26,199,12). Sum of RGB (Red+Green+Blue) = 26+199+12=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC70C is #E538F3. Grayscale: #7E7E7E. Windows color (decimal): -15022324 or 837402. OLE color: 837402.
HSL color Cylindrical-coordinate representation of color #1AC70C: hue angle of 115.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AC70C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 199 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.22 |
| HSL | 115.51º | 0.89% | 0.41% | - |
| HSV(B) | 115.51º | 0.94% | 0.78% | - |
| XYZ | 20.92 | 41.09 | 7.18 | - |
| YUV | 125.96 | 63.69 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 12 | 0.87 | 0 | 0.94 | 0.22 | 115.51 | 0.89 | 0.41 |
| Hex | 1A | C7 | C | 57 | 0 | 5E | 16 | 74 | 59 | 29 |
| Octal | 32 | 307 | 14 | 127 | 0 | 136 | 26 | 164 | 131 | 51 |
| Binary | 11010 | 11000111 | 1100 | 1010111 | 0 | 1011110 | 10110 | 1110100 | 1011001 | 101001 |
Color Harmonies of #1AC70C
Complementary color
Monochromatic Colors of #1AC70C
Black with #1AC70C
Text Example
Text Example
White with #1AC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC70C; }
p { color: rgb(26,199,12); }
H1.HeaderClassName
{
color: #1AC70C;
}
.AnyTagClassName
{
color: #1AC70C;
}
</style>
background-color css
<style>
a { background-color: #1AC70C; }
a { background-color: rgb(26,199,12); }
div.DivClassName
{
background-color: #1AC70C;
}
.BgClassName
{
background-color: #1AC70C;
}
</style>
border-color css
<style>
span { border-color: #1AC70C; }
span { border-color: rgb(26,199,12); }
td.TdClassName
{
border-color: #1AC70C;
}
.TagClassName
{
border-color: #1AC70C;
}
</style>