Shades of Lime Green #2ADA16
Tints of Lime Green #2ADA16
RGB
CMYK
RGB Variations
Color information
#2ADA16 (or 0x2ADA16) is known color: Lime Green. HEX triplet: 2A, DA and 16. RGB value is (42,218,22). Sum of RGB (Red+Green+Blue) = 42+218+22=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADA16 is #D525E9. Grayscale: #8F8F8F. Windows color (decimal): -13968874 or 1497642. OLE color: 1497642.
HSL color Cylindrical-coordinate representation of color #2ADA16: hue angle of 113.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ADA16 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.15 |
| HSL | 113.88º | 0.82% | 0.47% | - |
| HSV(B) | 113.88º | 0.9% | 0.85% | - |
| XYZ | 26.17 | 50.69 | 9.16 | - |
| YUV | 143.03 | 59.69 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 22 | 0.81 | 0 | 0.90 | 0.15 | 113.88 | 0.82 | 0.47 |
| Hex | 2A | DA | 16 | 51 | 0 | 5A | F | 72 | 52 | 2F |
| Octal | 52 | 332 | 26 | 121 | 0 | 132 | 17 | 162 | 122 | 57 |
| Binary | 101010 | 11011010 | 10110 | 1010001 | 0 | 1011010 | 1111 | 1110010 | 1010010 | 101111 |
Color Harmonies of #2ADA16
Complementary color
Monochromatic Colors of #2ADA16
Black with #2ADA16
Text Example
Text Example
White with #2ADA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA16; }
p { color: rgb(42,218,22); }
H1.HeaderClassName
{
color: #2ADA16;
}
.AnyTagClassName
{
color: #2ADA16;
}
</style>
background-color css
<style>
a { background-color: #2ADA16; }
a { background-color: rgb(42,218,22); }
div.DivClassName
{
background-color: #2ADA16;
}
.BgClassName
{
background-color: #2ADA16;
}
</style>
border-color css
<style>
span { border-color: #2ADA16; }
span { border-color: rgb(42,218,22); }
td.TdClassName
{
border-color: #2ADA16;
}
.TagClassName
{
border-color: #2ADA16;
}
</style>