Shades of Lime Green #1AC71D
Tints of Lime Green #1AC71D
RGB
CMYK
RGB Variations
Color information
#1AC71D (or 0x1AC71D) is known color: Lime Green. HEX triplet: 1A, C7 and 1D. RGB value is (26,199,29). Sum of RGB (Red+Green+Blue) = 26+199+29=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 199 (78.12% from 255 or 78.35% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC71D is #E538E2. Grayscale: #808080. Windows color (decimal): -15022307 or 1951514. OLE color: 1951514.
HSL color Cylindrical-coordinate representation of color #1AC71D: hue angle of 121.04º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC71D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 199 | 29 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.22 |
| HSL | 121.04º | 0.77% | 0.44% | - |
| HSV(B) | 121.04º | 0.87% | 0.78% | - |
| XYZ | 21.07 | 41.16 | 8 | - |
| YUV | 127.89 | 72.19 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 29 | 0.87 | 0 | 0.85 | 0.22 | 121.04 | 0.77 | 0.44 |
| Hex | 1A | C7 | 1D | 57 | 0 | 55 | 16 | 79 | 4D | 2C |
| Octal | 32 | 307 | 35 | 127 | 0 | 125 | 26 | 171 | 115 | 54 |
| Binary | 11010 | 11000111 | 11101 | 1010111 | 0 | 1010101 | 10110 | 1111001 | 1001101 | 101100 |
Color Harmonies of #1AC71D
Complementary color
Monochromatic Colors of #1AC71D
Black with #1AC71D
Text Example
Text Example
White with #1AC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC71D; }
p { color: rgb(26,199,29); }
H1.HeaderClassName
{
color: #1AC71D;
}
.AnyTagClassName
{
color: #1AC71D;
}
</style>
background-color css
<style>
a { background-color: #1AC71D; }
a { background-color: rgb(26,199,29); }
div.DivClassName
{
background-color: #1AC71D;
}
.BgClassName
{
background-color: #1AC71D;
}
</style>
border-color css
<style>
span { border-color: #1AC71D; }
span { border-color: rgb(26,199,29); }
td.TdClassName
{
border-color: #1AC71D;
}
.TagClassName
{
border-color: #1AC71D;
}
</style>