Shades of Lime Green #2AB816
Tints of Lime Green #2AB816
RGB
CMYK
RGB Variations
Color information
#2AB816 (or 0x2AB816) is known color: Lime Green. HEX triplet: 2A, B8 and 16. RGB value is (42,184,22). Sum of RGB (Red+Green+Blue) = 42+184+22=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 184 (72.27% from 255 or 74.19% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB816 is #D547E9. Grayscale: #7B7B7B. Windows color (decimal): -13977578 or 1488938. OLE color: 1488938.
HSL color Cylindrical-coordinate representation of color #2AB816: hue angle of 112.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AB816 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 22 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.28 |
| HSL | 112.59º | 0.79% | 0.4% | - |
| HSV(B) | 112.59º | 0.88% | 0.72% | - |
| XYZ | 18.24 | 34.83 | 6.52 | - |
| YUV | 123.07 | 70.96 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 22 | 0.77 | 0 | 0.88 | 0.28 | 112.59 | 0.79 | 0.4 |
| Hex | 2A | B8 | 16 | 4D | 0 | 58 | 1C | 71 | 4F | 28 |
| Octal | 52 | 270 | 26 | 115 | 0 | 130 | 34 | 161 | 117 | 50 |
| Binary | 101010 | 10111000 | 10110 | 1001101 | 0 | 1011000 | 11100 | 1110001 | 1001111 | 101000 |
Color Harmonies of #2AB816
Complementary color
Monochromatic Colors of #2AB816
Black with #2AB816
Text Example
Text Example
White with #2AB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB816; }
p { color: rgb(42,184,22); }
H1.HeaderClassName
{
color: #2AB816;
}
.AnyTagClassName
{
color: #2AB816;
}
</style>
background-color css
<style>
a { background-color: #2AB816; }
a { background-color: rgb(42,184,22); }
div.DivClassName
{
background-color: #2AB816;
}
.BgClassName
{
background-color: #2AB816;
}
</style>
border-color css
<style>
span { border-color: #2AB816; }
span { border-color: rgb(42,184,22); }
td.TdClassName
{
border-color: #2AB816;
}
.TagClassName
{
border-color: #2AB816;
}
</style>