Shades of Lime Green #1AC52B
Tints of Lime Green #1AC52B
RGB
CMYK
RGB Variations
Color information
#1AC52B (or 0x1AC52B) is known color: Lime Green. HEX triplet: 1A, C5 and 2B. RGB value is (26,197,43). Sum of RGB (Red+Green+Blue) = 26+197+43=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC52B is #E53AD4. Grayscale: #808080. Windows color (decimal): -15022805 or 2868506. OLE color: 2868506.
HSL color Cylindrical-coordinate representation of color #1AC52B: hue angle of 125.96º 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 #1AC52B is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 43 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.23 |
| HSL | 125.96º | 0.77% | 0.44% | - |
| HSV(B) | 125.96º | 0.87% | 0.77% | - |
| XYZ | 20.83 | 40.33 | 8.97 | - |
| YUV | 128.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 43 | 0.87 | 0 | 0.78 | 0.23 | 125.96 | 0.77 | 0.44 |
| Hex | 1A | C5 | 2B | 57 | 0 | 4E | 17 | 7E | 4D | 2C |
| Octal | 32 | 305 | 53 | 127 | 0 | 116 | 27 | 176 | 115 | 54 |
| Binary | 11010 | 11000101 | 101011 | 1010111 | 0 | 1001110 | 10111 | 1111110 | 1001101 | 101100 |
Color Harmonies of #1AC52B
Complementary color
Monochromatic Colors of #1AC52B
Black with #1AC52B
Text Example
Text Example
White with #1AC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC52B; }
p { color: rgb(26,197,43); }
H1.HeaderClassName
{
color: #1AC52B;
}
.AnyTagClassName
{
color: #1AC52B;
}
</style>
background-color css
<style>
a { background-color: #1AC52B; }
a { background-color: rgb(26,197,43); }
div.DivClassName
{
background-color: #1AC52B;
}
.BgClassName
{
background-color: #1AC52B;
}
</style>
border-color css
<style>
span { border-color: #1AC52B; }
span { border-color: rgb(26,197,43); }
td.TdClassName
{
border-color: #1AC52B;
}
.TagClassName
{
border-color: #1AC52B;
}
</style>