Shades of Lime Green #2AC112
Tints of Lime Green #2AC112
RGB
CMYK
RGB Variations
Color information
#2AC112 (or 0x2AC112) is known color: Lime Green. HEX triplet: 2A, C1 and 12. RGB value is (42,193,18). Sum of RGB (Red+Green+Blue) = 42+193+18=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC112 is #D53EED. Grayscale: #808080. Windows color (decimal): -13975278 or 1229098. OLE color: 1229098.
HSL color Cylindrical-coordinate representation of color #2AC112: hue angle of 111.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AC112 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 18 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.24 |
| HSL | 111.77º | 0.83% | 0.41% | - |
| HSV(B) | 111.77º | 0.91% | 0.76% | - |
| XYZ | 20.13 | 38.68 | 6.98 | - |
| YUV | 127.9 | 65.97 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 18 | 0.78 | 0 | 0.91 | 0.24 | 111.77 | 0.83 | 0.41 |
| Hex | 2A | C1 | 12 | 4E | 0 | 5B | 18 | 70 | 53 | 29 |
| Octal | 52 | 301 | 22 | 116 | 0 | 133 | 30 | 160 | 123 | 51 |
| Binary | 101010 | 11000001 | 10010 | 1001110 | 0 | 1011011 | 11000 | 1110000 | 1010011 | 101001 |
Color Harmonies of #2AC112
Complementary color
Monochromatic Colors of #2AC112
Black with #2AC112
Text Example
Text Example
White with #2AC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC112; }
p { color: rgb(42,193,18); }
H1.HeaderClassName
{
color: #2AC112;
}
.AnyTagClassName
{
color: #2AC112;
}
</style>
background-color css
<style>
a { background-color: #2AC112; }
a { background-color: rgb(42,193,18); }
div.DivClassName
{
background-color: #2AC112;
}
.BgClassName
{
background-color: #2AC112;
}
</style>
border-color css
<style>
span { border-color: #2AC112; }
span { border-color: rgb(42,193,18); }
td.TdClassName
{
border-color: #2AC112;
}
.TagClassName
{
border-color: #2AC112;
}
</style>