Shades of Lime Green #1AC50C
Tints of Lime Green #1AC50C
RGB
CMYK
RGB Variations
Color information
#1AC50C (or 0x1AC50C) is known color: Lime Green. HEX triplet: 1A, C5 and 0C. RGB value is (26,197,12). Sum of RGB (Red+Green+Blue) = 26+197+12=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC50C is #E53AF3. Grayscale: #7D7D7D. Windows color (decimal): -15022836 or 836890. OLE color: 836890.
HSL color Cylindrical-coordinate representation of color #1AC50C: hue angle of 115.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AC50C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.23 |
| HSL | 115.46º | 0.89% | 0.41% | - |
| HSV(B) | 115.46º | 0.94% | 0.77% | - |
| XYZ | 20.46 | 40.18 | 7.02 | - |
| YUV | 124.78 | 64.35 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 12 | 0.87 | 0 | 0.94 | 0.23 | 115.46 | 0.89 | 0.41 |
| Hex | 1A | C5 | C | 57 | 0 | 5E | 17 | 73 | 59 | 29 |
| Octal | 32 | 305 | 14 | 127 | 0 | 136 | 27 | 163 | 131 | 51 |
| Binary | 11010 | 11000101 | 1100 | 1010111 | 0 | 1011110 | 10111 | 1110011 | 1011001 | 101001 |
Color Harmonies of #1AC50C
Complementary color
Monochromatic Colors of #1AC50C
Black with #1AC50C
Text Example
Text Example
White with #1AC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC50C; }
p { color: rgb(26,197,12); }
H1.HeaderClassName
{
color: #1AC50C;
}
.AnyTagClassName
{
color: #1AC50C;
}
</style>
background-color css
<style>
a { background-color: #1AC50C; }
a { background-color: rgb(26,197,12); }
div.DivClassName
{
background-color: #1AC50C;
}
.BgClassName
{
background-color: #1AC50C;
}
</style>
border-color css
<style>
span { border-color: #1AC50C; }
span { border-color: rgb(26,197,12); }
td.TdClassName
{
border-color: #1AC50C;
}
.TagClassName
{
border-color: #1AC50C;
}
</style>