Shades of Lime Green #2AD116
Tints of Lime Green #2AD116
RGB
CMYK
RGB Variations
Color information
#2AD116 (or 0x2AD116) is known color: Lime Green. HEX triplet: 2A, D1 and 16. RGB value is (42,209,22). Sum of RGB (Red+Green+Blue) = 42+209+22=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD116 is #D52EE9. Grayscale: #8A8A8A. Windows color (decimal): -13971178 or 1495338. OLE color: 1495338.
HSL color Cylindrical-coordinate representation of color #2AD116: hue angle of 113.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AD116 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 22 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.18 |
| HSL | 113.58º | 0.81% | 0.45% | - |
| HSV(B) | 113.58º | 0.89% | 0.82% | - |
| XYZ | 23.9 | 46.15 | 8.41 | - |
| YUV | 137.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 22 | 0.80 | 0 | 0.89 | 0.18 | 113.58 | 0.81 | 0.45 |
| Hex | 2A | D1 | 16 | 50 | 0 | 59 | 12 | 72 | 51 | 2D |
| Octal | 52 | 321 | 26 | 120 | 0 | 131 | 22 | 162 | 121 | 55 |
| Binary | 101010 | 11010001 | 10110 | 1010000 | 0 | 1011001 | 10010 | 1110010 | 1010001 | 101101 |
Color Harmonies of #2AD116
Complementary color
Monochromatic Colors of #2AD116
Black with #2AD116
Text Example
Text Example
White with #2AD116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD116; }
p { color: rgb(42,209,22); }
H1.HeaderClassName
{
color: #2AD116;
}
.AnyTagClassName
{
color: #2AD116;
}
</style>
background-color css
<style>
a { background-color: #2AD116; }
a { background-color: rgb(42,209,22); }
div.DivClassName
{
background-color: #2AD116;
}
.BgClassName
{
background-color: #2AD116;
}
</style>
border-color css
<style>
span { border-color: #2AD116; }
span { border-color: rgb(42,209,22); }
td.TdClassName
{
border-color: #2AD116;
}
.TagClassName
{
border-color: #2AD116;
}
</style>