Shades of Lime Green #2AC512
Tints of Lime Green #2AC512
RGB
CMYK
RGB Variations
Color information
#2AC512 (or 0x2AC512) is known color: Lime Green. HEX triplet: 2A, C5 and 12. RGB value is (42,197,18). Sum of RGB (Red+Green+Blue) = 42+197+18=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC512 is #D53AED. Grayscale: #828282. Windows color (decimal): -13974254 or 1230122. OLE color: 1230122.
HSL color Cylindrical-coordinate representation of color #2AC512: hue angle of 111.96º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AC512 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 18 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.23 |
| HSL | 111.96º | 0.83% | 0.42% | - |
| HSV(B) | 111.96º | 0.91% | 0.77% | - |
| XYZ | 21.03 | 40.47 | 7.28 | - |
| YUV | 130.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 18 | 0.79 | 0 | 0.91 | 0.23 | 111.96 | 0.83 | 0.42 |
| Hex | 2A | C5 | 12 | 4F | 0 | 5B | 17 | 70 | 53 | 2A |
| Octal | 52 | 305 | 22 | 117 | 0 | 133 | 27 | 160 | 123 | 52 |
| Binary | 101010 | 11000101 | 10010 | 1001111 | 0 | 1011011 | 10111 | 1110000 | 1010011 | 101010 |
Color Harmonies of #2AC512
Complementary color
Monochromatic Colors of #2AC512
Black with #2AC512
Text Example
Text Example
White with #2AC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC512; }
p { color: rgb(42,197,18); }
H1.HeaderClassName
{
color: #2AC512;
}
.AnyTagClassName
{
color: #2AC512;
}
</style>
background-color css
<style>
a { background-color: #2AC512; }
a { background-color: rgb(42,197,18); }
div.DivClassName
{
background-color: #2AC512;
}
.BgClassName
{
background-color: #2AC512;
}
</style>
border-color css
<style>
span { border-color: #2AC512; }
span { border-color: rgb(42,197,18); }
td.TdClassName
{
border-color: #2AC512;
}
.TagClassName
{
border-color: #2AC512;
}
</style>