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