Shades of Lime Green #1AC61D
Tints of Lime Green #1AC61D
RGB
CMYK
RGB Variations
Color information
#1AC61D (or 0x1AC61D) is known color: Lime Green. HEX triplet: 1A, C6 and 1D. RGB value is (26,198,29). Sum of RGB (Red+Green+Blue) = 26+198+29=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC61D is #E539E2. Grayscale: #7F7F7F. Windows color (decimal): -15022563 or 1951258. OLE color: 1951258.
HSL color Cylindrical-coordinate representation of color #1AC61D: hue angle of 121.05º 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 #1AC61D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 29 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.22 |
| HSL | 121.05º | 0.77% | 0.44% | - |
| HSV(B) | 121.05º | 0.87% | 0.78% | - |
| XYZ | 20.84 | 40.7 | 7.92 | - |
| YUV | 127.31 | 72.52 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 29 | 0.87 | 0 | 0.85 | 0.22 | 121.05 | 0.77 | 0.44 |
| Hex | 1A | C6 | 1D | 57 | 0 | 55 | 16 | 79 | 4D | 2C |
| Octal | 32 | 306 | 35 | 127 | 0 | 125 | 26 | 171 | 115 | 54 |
| Binary | 11010 | 11000110 | 11101 | 1010111 | 0 | 1010101 | 10110 | 1111001 | 1001101 | 101100 |
Color Harmonies of #1AC61D
Complementary color
Monochromatic Colors of #1AC61D
Black with #1AC61D
Text Example
Text Example
White with #1AC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC61D; }
p { color: rgb(26,198,29); }
H1.HeaderClassName
{
color: #1AC61D;
}
.AnyTagClassName
{
color: #1AC61D;
}
</style>
background-color css
<style>
a { background-color: #1AC61D; }
a { background-color: rgb(26,198,29); }
div.DivClassName
{
background-color: #1AC61D;
}
.BgClassName
{
background-color: #1AC61D;
}
</style>
border-color css
<style>
span { border-color: #1AC61D; }
span { border-color: rgb(26,198,29); }
td.TdClassName
{
border-color: #1AC61D;
}
.TagClassName
{
border-color: #1AC61D;
}
</style>