Shades of Lime Green #2AC812
Tints of Lime Green #2AC812
RGB
CMYK
RGB Variations
Color information
#2AC812 (or 0x2AC812) is known color: Lime Green. HEX triplet: 2A, C8 and 12. RGB value is (42,200,18). Sum of RGB (Red+Green+Blue) = 42+200+18=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 200 (78.52% from 255 or 76.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC812 is #D537ED. Grayscale: #848484. Windows color (decimal): -13973486 or 1230890. OLE color: 1230890.
HSL color Cylindrical-coordinate representation of color #2AC812: hue angle of 112.09º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AC812 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 18 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.22 |
| HSL | 112.09º | 0.83% | 0.43% | - |
| HSV(B) | 112.09º | 0.91% | 0.78% | - |
| XYZ | 21.72 | 41.84 | 7.5 | - |
| YUV | 132.01 | 63.65 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 18 | 0.79 | 0 | 0.91 | 0.22 | 112.09 | 0.83 | 0.43 |
| Hex | 2A | C8 | 12 | 4F | 0 | 5B | 16 | 70 | 53 | 2B |
| Octal | 52 | 310 | 22 | 117 | 0 | 133 | 26 | 160 | 123 | 53 |
| Binary | 101010 | 11001000 | 10010 | 1001111 | 0 | 1011011 | 10110 | 1110000 | 1010011 | 101011 |
Color Harmonies of #2AC812
Complementary color
Monochromatic Colors of #2AC812
Black with #2AC812
Text Example
Text Example
White with #2AC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC812; }
p { color: rgb(42,200,18); }
H1.HeaderClassName
{
color: #2AC812;
}
.AnyTagClassName
{
color: #2AC812;
}
</style>
background-color css
<style>
a { background-color: #2AC812; }
a { background-color: rgb(42,200,18); }
div.DivClassName
{
background-color: #2AC812;
}
.BgClassName
{
background-color: #2AC812;
}
</style>
border-color css
<style>
span { border-color: #2AC812; }
span { border-color: rgb(42,200,18); }
td.TdClassName
{
border-color: #2AC812;
}
.TagClassName
{
border-color: #2AC812;
}
</style>