Shades of Lime Green #1AC515
Tints of Lime Green #1AC515
RGB
CMYK
RGB Variations
Color information
#1AC515 (or 0x1AC515) is known color: Lime Green. HEX triplet: 1A, C5 and 15. RGB value is (26,197,21). Sum of RGB (Red+Green+Blue) = 26+197+21=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 197 (77.34% from 255 or 80.74% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC515 is #E53AEA. Grayscale: #7E7E7E. Windows color (decimal): -15022827 or 1426714. OLE color: 1426714.
HSL color Cylindrical-coordinate representation of color #1AC515: hue angle of 118.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC515 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 21 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.23 |
| HSL | 118.3º | 0.81% | 0.43% | - |
| HSV(B) | 118.3º | 0.89% | 0.77% | - |
| XYZ | 20.53 | 40.21 | 7.39 | - |
| YUV | 125.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 21 | 0.87 | 0 | 0.89 | 0.23 | 118.3 | 0.81 | 0.43 |
| Hex | 1A | C5 | 15 | 57 | 0 | 59 | 17 | 76 | 51 | 2B |
| Octal | 32 | 305 | 25 | 127 | 0 | 131 | 27 | 166 | 121 | 53 |
| Binary | 11010 | 11000101 | 10101 | 1010111 | 0 | 1011001 | 10111 | 1110110 | 1010001 | 101011 |
Color Harmonies of #1AC515
Complementary color
Monochromatic Colors of #1AC515
Black with #1AC515
Text Example
Text Example
White with #1AC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC515; }
p { color: rgb(26,197,21); }
H1.HeaderClassName
{
color: #1AC515;
}
.AnyTagClassName
{
color: #1AC515;
}
</style>
background-color css
<style>
a { background-color: #1AC515; }
a { background-color: rgb(26,197,21); }
div.DivClassName
{
background-color: #1AC515;
}
.BgClassName
{
background-color: #1AC515;
}
</style>
border-color css
<style>
span { border-color: #1AC515; }
span { border-color: rgb(26,197,21); }
td.TdClassName
{
border-color: #1AC515;
}
.TagClassName
{
border-color: #1AC515;
}
</style>