Shades of Lime Green #2ADB16
Tints of Lime Green #2ADB16
RGB
CMYK
RGB Variations
Color information
#2ADB16 (or 0x2ADB16) is known color: Lime Green. HEX triplet: 2A, DB and 16. RGB value is (42,219,22). Sum of RGB (Red+Green+Blue) = 42+219+22=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 219 (85.94% from 255 or 77.39% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADB16 is #D524E9. Grayscale: #909090. Windows color (decimal): -13968618 or 1497898. OLE color: 1497898.
HSL color Cylindrical-coordinate representation of color #2ADB16: hue angle of 113.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ADB16 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.14 |
| HSL | 113.91º | 0.82% | 0.47% | - |
| HSV(B) | 113.91º | 0.9% | 0.86% | - |
| XYZ | 26.43 | 51.21 | 9.25 | - |
| YUV | 143.62 | 59.36 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 22 | 0.81 | 0 | 0.90 | 0.14 | 113.91 | 0.82 | 0.47 |
| Hex | 2A | DB | 16 | 51 | 0 | 5A | E | 72 | 52 | 2F |
| Octal | 52 | 333 | 26 | 121 | 0 | 132 | 16 | 162 | 122 | 57 |
| Binary | 101010 | 11011011 | 10110 | 1010001 | 0 | 1011010 | 1110 | 1110010 | 1010010 | 101111 |
Color Harmonies of #2ADB16
Complementary color
Monochromatic Colors of #2ADB16
Black with #2ADB16
Text Example
Text Example
White with #2ADB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB16; }
p { color: rgb(42,219,22); }
H1.HeaderClassName
{
color: #2ADB16;
}
.AnyTagClassName
{
color: #2ADB16;
}
</style>
background-color css
<style>
a { background-color: #2ADB16; }
a { background-color: rgb(42,219,22); }
div.DivClassName
{
background-color: #2ADB16;
}
.BgClassName
{
background-color: #2ADB16;
}
</style>
border-color css
<style>
span { border-color: #2ADB16; }
span { border-color: rgb(42,219,22); }
td.TdClassName
{
border-color: #2ADB16;
}
.TagClassName
{
border-color: #2ADB16;
}
</style>