Shades of Lime Green #2AB422
Tints of Lime Green #2AB422
RGB
CMYK
RGB Variations
Color information
#2AB422 (or 0x2AB422) is known color: Lime Green. HEX triplet: 2A, B4 and 22. RGB value is (42,180,34). Sum of RGB (Red+Green+Blue) = 42+180+34=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB422 is #D54BDD. Grayscale: #7A7A7A. Windows color (decimal): -13978590 or 2274346. OLE color: 2274346.
HSL color Cylindrical-coordinate representation of color #2AB422: hue angle of 116.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB422 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 34 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.29 |
| HSL | 116.71º | 0.68% | 0.42% | - |
| HSV(B) | 116.71º | 0.81% | 0.71% | - |
| XYZ | 17.56 | 33.25 | 7.01 | - |
| YUV | 122.09 | 78.28 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 34 | 0.77 | 0 | 0.81 | 0.29 | 116.71 | 0.68 | 0.42 |
| Hex | 2A | B4 | 22 | 4D | 0 | 51 | 1D | 75 | 44 | 2A |
| Octal | 52 | 264 | 42 | 115 | 0 | 121 | 35 | 165 | 104 | 52 |
| Binary | 101010 | 10110100 | 100010 | 1001101 | 0 | 1010001 | 11101 | 1110101 | 1000100 | 101010 |
Color Harmonies of #2AB422
Complementary color
Monochromatic Colors of #2AB422
Black with #2AB422
Text Example
Text Example
White with #2AB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB422; }
p { color: rgb(42,180,34); }
H1.HeaderClassName
{
color: #2AB422;
}
.AnyTagClassName
{
color: #2AB422;
}
</style>
background-color css
<style>
a { background-color: #2AB422; }
a { background-color: rgb(42,180,34); }
div.DivClassName
{
background-color: #2AB422;
}
.BgClassName
{
background-color: #2AB422;
}
</style>
border-color css
<style>
span { border-color: #2AB422; }
span { border-color: rgb(42,180,34); }
td.TdClassName
{
border-color: #2AB422;
}
.TagClassName
{
border-color: #2AB422;
}
</style>