Shades of Lime Green #1AC52E
Tints of Lime Green #1AC52E
RGB
CMYK
RGB Variations
Color information
#1AC52E (or 0x1AC52E) is known color: Lime Green. HEX triplet: 1A, C5 and 2E. RGB value is (26,197,46). Sum of RGB (Red+Green+Blue) = 26+197+46=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC52E is #E53AD1. Grayscale: #818181. Windows color (decimal): -15022802 or 3065114. OLE color: 3065114.
HSL color Cylindrical-coordinate representation of color #1AC52E: hue angle of 127.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC52E is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 46 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.23 |
| HSL | 127.02º | 0.77% | 0.44% | - |
| HSV(B) | 127.02º | 0.87% | 0.77% | - |
| XYZ | 20.89 | 40.35 | 9.27 | - |
| YUV | 128.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 46 | 0.87 | 0 | 0.77 | 0.23 | 127.02 | 0.77 | 0.44 |
| Hex | 1A | C5 | 2E | 57 | 0 | 4D | 17 | 7F | 4D | 2C |
| Octal | 32 | 305 | 56 | 127 | 0 | 115 | 27 | 177 | 115 | 54 |
| Binary | 11010 | 11000101 | 101110 | 1010111 | 0 | 1001101 | 10111 | 1111111 | 1001101 | 101100 |
Color Harmonies of #1AC52E
Complementary color
Monochromatic Colors of #1AC52E
Black with #1AC52E
Text Example
Text Example
White with #1AC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC52E; }
p { color: rgb(26,197,46); }
H1.HeaderClassName
{
color: #1AC52E;
}
.AnyTagClassName
{
color: #1AC52E;
}
</style>
background-color css
<style>
a { background-color: #1AC52E; }
a { background-color: rgb(26,197,46); }
div.DivClassName
{
background-color: #1AC52E;
}
.BgClassName
{
background-color: #1AC52E;
}
</style>
border-color css
<style>
span { border-color: #1AC52E; }
span { border-color: rgb(26,197,46); }
td.TdClassName
{
border-color: #1AC52E;
}
.TagClassName
{
border-color: #1AC52E;
}
</style>