Shades of Lime Green #1AC50F
Tints of Lime Green #1AC50F
RGB
CMYK
RGB Variations
Color information
#1AC50F (or 0x1AC50F) is known color: Lime Green. HEX triplet: 1A, C5 and 0F. RGB value is (26,197,15). Sum of RGB (Red+Green+Blue) = 26+197+15=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC50F is #E53AF0. Grayscale: #7D7D7D. Windows color (decimal): -15022833 or 1033498. OLE color: 1033498.
HSL color Cylindrical-coordinate representation of color #1AC50F: hue angle of 116.37º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AC50F is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 15 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.23 |
| HSL | 116.37º | 0.86% | 0.42% | - |
| HSV(B) | 116.37º | 0.92% | 0.77% | - |
| XYZ | 20.48 | 40.19 | 7.13 | - |
| YUV | 125.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 15 | 0.87 | 0 | 0.92 | 0.23 | 116.37 | 0.86 | 0.42 |
| Hex | 1A | C5 | F | 57 | 0 | 5C | 17 | 74 | 56 | 2A |
| Octal | 32 | 305 | 17 | 127 | 0 | 134 | 27 | 164 | 126 | 52 |
| Binary | 11010 | 11000101 | 1111 | 1010111 | 0 | 1011100 | 10111 | 1110100 | 1010110 | 101010 |
Color Harmonies of #1AC50F
Complementary color
Monochromatic Colors of #1AC50F
Black with #1AC50F
Text Example
Text Example
White with #1AC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC50F; }
p { color: rgb(26,197,15); }
H1.HeaderClassName
{
color: #1AC50F;
}
.AnyTagClassName
{
color: #1AC50F;
}
</style>
background-color css
<style>
a { background-color: #1AC50F; }
a { background-color: rgb(26,197,15); }
div.DivClassName
{
background-color: #1AC50F;
}
.BgClassName
{
background-color: #1AC50F;
}
</style>
border-color css
<style>
span { border-color: #1AC50F; }
span { border-color: rgb(26,197,15); }
td.TdClassName
{
border-color: #1AC50F;
}
.TagClassName
{
border-color: #1AC50F;
}
</style>