Shades of Lime Green #1AC00D
Tints of Lime Green #1AC00D
RGB
CMYK
RGB Variations
Color information
#1AC00D (or 0x1AC00D) is known color: Lime Green. HEX triplet: 1A, C0 and 0D. RGB value is (26,192,13). Sum of RGB (Red+Green+Blue) = 26+192+13=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC00D is #E53FF2. Grayscale: #7A7A7A. Windows color (decimal): -15024115 or 901146. OLE color: 901146.
HSL color Cylindrical-coordinate representation of color #1AC00D: hue angle of 115.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AC00D is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 13 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.25 |
| HSL | 115.64º | 0.87% | 0.4% | - |
| HSV(B) | 115.64º | 0.93% | 0.75% | - |
| XYZ | 19.35 | 37.95 | 6.69 | - |
| YUV | 121.96 | 66.5 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 13 | 0.86 | 0 | 0.93 | 0.25 | 115.64 | 0.87 | 0.4 |
| Hex | 1A | C0 | D | 56 | 0 | 5D | 19 | 74 | 57 | 28 |
| Octal | 32 | 300 | 15 | 126 | 0 | 135 | 31 | 164 | 127 | 50 |
| Binary | 11010 | 11000000 | 1101 | 1010110 | 0 | 1011101 | 11001 | 1110100 | 1010111 | 101000 |
Color Harmonies of #1AC00D
Complementary color
Monochromatic Colors of #1AC00D
Black with #1AC00D
Text Example
Text Example
White with #1AC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC00D; }
p { color: rgb(26,192,13); }
H1.HeaderClassName
{
color: #1AC00D;
}
.AnyTagClassName
{
color: #1AC00D;
}
</style>
background-color css
<style>
a { background-color: #1AC00D; }
a { background-color: rgb(26,192,13); }
div.DivClassName
{
background-color: #1AC00D;
}
.BgClassName
{
background-color: #1AC00D;
}
</style>
border-color css
<style>
span { border-color: #1AC00D; }
span { border-color: rgb(26,192,13); }
td.TdClassName
{
border-color: #1AC00D;
}
.TagClassName
{
border-color: #1AC00D;
}
</style>