Shades of Lime Green #1AC407
Tints of Lime Green #1AC407
RGB
CMYK
RGB Variations
Color information
#1AC407 (or 0x1AC407) is known color: Lime Green. HEX triplet: 1A, C4 and 07. RGB value is (26,196,7). Sum of RGB (Red+Green+Blue) = 26+196+7=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 196 (76.95% from 255 or 85.59% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC407 is #E53BF8. Grayscale: #7C7C7C. Windows color (decimal): -15023097 or 508954. OLE color: 508954.
HSL color Cylindrical-coordinate representation of color #1AC407: hue angle of 113.97º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AC407 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 7 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.23 |
| HSL | 113.97º | 0.93% | 0.4% | - |
| HSV(B) | 113.97º | 0.96% | 0.77% | - |
| XYZ | 20.2 | 39.71 | 6.8 | - |
| YUV | 123.62 | 62.18 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 7 | 0.87 | 0 | 0.96 | 0.23 | 113.97 | 0.93 | 0.4 |
| Hex | 1A | C4 | 7 | 57 | 0 | 60 | 17 | 72 | 5D | 28 |
| Octal | 32 | 304 | 7 | 127 | 0 | 140 | 27 | 162 | 135 | 50 |
| Binary | 11010 | 11000100 | 111 | 1010111 | 0 | 1100000 | 10111 | 1110010 | 1011101 | 101000 |
Color Harmonies of #1AC407
Complementary color
Monochromatic Colors of #1AC407
Black with #1AC407
Text Example
Text Example
White with #1AC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC407; }
p { color: rgb(26,196,7); }
H1.HeaderClassName
{
color: #1AC407;
}
.AnyTagClassName
{
color: #1AC407;
}
</style>
background-color css
<style>
a { background-color: #1AC407; }
a { background-color: rgb(26,196,7); }
div.DivClassName
{
background-color: #1AC407;
}
.BgClassName
{
background-color: #1AC407;
}
</style>
border-color css
<style>
span { border-color: #1AC407; }
span { border-color: rgb(26,196,7); }
td.TdClassName
{
border-color: #1AC407;
}
.TagClassName
{
border-color: #1AC407;
}
</style>