Shades of Lime Green #1AC531
Tints of Lime Green #1AC531
RGB
CMYK
RGB Variations
Color information
#1AC531 (or 0x1AC531) is known color: Lime Green. HEX triplet: 1A, C5 and 31. RGB value is (26,197,49). Sum of RGB (Red+Green+Blue) = 26+197+49=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC531 is #E53ACE. Grayscale: #818181. Windows color (decimal): -15022799 or 3261722. OLE color: 3261722.
HSL color Cylindrical-coordinate representation of color #1AC531: hue angle of 128.07º 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 #1AC531 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 49 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.23 |
| HSL | 128.07º | 0.77% | 0.44% | - |
| HSV(B) | 128.07º | 0.87% | 0.77% | - |
| XYZ | 20.95 | 40.37 | 9.59 | - |
| YUV | 129 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 49 | 0.87 | 0 | 0.75 | 0.23 | 128.07 | 0.77 | 0.44 |
| Hex | 1A | C5 | 31 | 57 | 0 | 4B | 17 | 80 | 4D | 2C |
| Octal | 32 | 305 | 61 | 127 | 0 | 113 | 27 | 200 | 115 | 54 |
| Binary | 11010 | 11000101 | 110001 | 1010111 | 0 | 1001011 | 10111 | 10000000 | 1001101 | 101100 |
Color Harmonies of #1AC531
Complementary color
Monochromatic Colors of #1AC531
Black with #1AC531
Text Example
Text Example
White with #1AC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC531; }
p { color: rgb(26,197,49); }
H1.HeaderClassName
{
color: #1AC531;
}
.AnyTagClassName
{
color: #1AC531;
}
</style>
background-color css
<style>
a { background-color: #1AC531; }
a { background-color: rgb(26,197,49); }
div.DivClassName
{
background-color: #1AC531;
}
.BgClassName
{
background-color: #1AC531;
}
</style>
border-color css
<style>
span { border-color: #1AC531; }
span { border-color: rgb(26,197,49); }
td.TdClassName
{
border-color: #1AC531;
}
.TagClassName
{
border-color: #1AC531;
}
</style>