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