Shades of Lime Green #2AB424
Tints of Lime Green #2AB424
RGB
CMYK
RGB Variations
Color information
#2AB424 (or 0x2AB424) is known color: Lime Green. HEX triplet: 2A, B4 and 24. RGB value is (42,180,36). Sum of RGB (Red+Green+Blue) = 42+180+36=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 180 (70.70% from 255 or 69.77% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB424 is #D54BDB. Grayscale: #7A7A7A. Windows color (decimal): -13978588 or 2405418. OLE color: 2405418.
HSL color Cylindrical-coordinate representation of color #2AB424: hue angle of 117.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB424 is Cyan = 0.77, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 36 | - |
| CMYK | 0.77 | 0 | 0.8 | 0.29 |
| HSL | 117.5º | 0.67% | 0.42% | - |
| HSV(B) | 117.5º | 0.8% | 0.71% | - |
| XYZ | 17.59 | 33.26 | 7.16 | - |
| YUV | 122.32 | 79.28 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 36 | 0.77 | 0 | 0.8 | 0.29 | 117.5 | 0.67 | 0.42 |
| Hex | 2A | B4 | 24 | 4D | 0 | 50 | 1D | 76 | 43 | 2A |
| Octal | 52 | 264 | 44 | 115 | 0 | 120 | 35 | 166 | 103 | 52 |
| Binary | 101010 | 10110100 | 100100 | 1001101 | 0 | 1010000 | 11101 | 1110110 | 1000011 | 101010 |
Color Harmonies of #2AB424
Complementary color
Monochromatic Colors of #2AB424
Black with #2AB424
Text Example
Text Example
White with #2AB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB424; }
p { color: rgb(42,180,36); }
H1.HeaderClassName
{
color: #2AB424;
}
.AnyTagClassName
{
color: #2AB424;
}
</style>
background-color css
<style>
a { background-color: #2AB424; }
a { background-color: rgb(42,180,36); }
div.DivClassName
{
background-color: #2AB424;
}
.BgClassName
{
background-color: #2AB424;
}
</style>
border-color css
<style>
span { border-color: #2AB424; }
span { border-color: rgb(42,180,36); }
td.TdClassName
{
border-color: #2AB424;
}
.TagClassName
{
border-color: #2AB424;
}
</style>