Shades of Lime Green #1AC316
Tints of Lime Green #1AC316
RGB
CMYK
RGB Variations
Color information
#1AC316 (or 0x1AC316) is known color: Lime Green. HEX triplet: 1A, C3 and 16. RGB value is (26,195,22). Sum of RGB (Red+Green+Blue) = 26+195+22=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC316 is #E53CE9. Grayscale: #7D7D7D. Windows color (decimal): -15023338 or 1491738. OLE color: 1491738.
HSL color Cylindrical-coordinate representation of color #1AC316: hue angle of 118.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC316 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 22 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.24 |
| HSL | 118.61º | 0.8% | 0.43% | - |
| HSV(B) | 118.61º | 0.89% | 0.76% | - |
| XYZ | 20.09 | 39.31 | 7.29 | - |
| YUV | 124.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 22 | 0.87 | 0 | 0.89 | 0.24 | 118.61 | 0.8 | 0.43 |
| Hex | 1A | C3 | 16 | 57 | 0 | 59 | 18 | 77 | 50 | 2B |
| Octal | 32 | 303 | 26 | 127 | 0 | 131 | 30 | 167 | 120 | 53 |
| Binary | 11010 | 11000011 | 10110 | 1010111 | 0 | 1011001 | 11000 | 1110111 | 1010000 | 101011 |
Color Harmonies of #1AC316
Complementary color
Monochromatic Colors of #1AC316
Black with #1AC316
Text Example
Text Example
White with #1AC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC316; }
p { color: rgb(26,195,22); }
H1.HeaderClassName
{
color: #1AC316;
}
.AnyTagClassName
{
color: #1AC316;
}
</style>
background-color css
<style>
a { background-color: #1AC316; }
a { background-color: rgb(26,195,22); }
div.DivClassName
{
background-color: #1AC316;
}
.BgClassName
{
background-color: #1AC316;
}
</style>
border-color css
<style>
span { border-color: #1AC316; }
span { border-color: rgb(26,195,22); }
td.TdClassName
{
border-color: #1AC316;
}
.TagClassName
{
border-color: #1AC316;
}
</style>