Shades of Lime Green #2ADF16
Tints of Lime Green #2ADF16
RGB
CMYK
RGB Variations
Color information
#2ADF16 (or 0x2ADF16) is known color: Lime Green. HEX triplet: 2A, DF and 16. RGB value is (42,223,22). Sum of RGB (Red+Green+Blue) = 42+223+22=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADF16 is #D520E9. Grayscale: #929292. Windows color (decimal): -13967594 or 1498922. OLE color: 1498922.
HSL color Cylindrical-coordinate representation of color #2ADF16: hue angle of 114.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ADF16 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.13 |
| HSL | 114.03º | 0.82% | 0.48% | - |
| HSV(B) | 114.03º | 0.9% | 0.87% | - |
| XYZ | 27.49 | 53.33 | 9.6 | - |
| YUV | 145.97 | 58.03 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 22 | 0.81 | 0 | 0.90 | 0.13 | 114.03 | 0.82 | 0.48 |
| Hex | 2A | DF | 16 | 51 | 0 | 5A | D | 72 | 52 | 30 |
| Octal | 52 | 337 | 26 | 121 | 0 | 132 | 15 | 162 | 122 | 60 |
| Binary | 101010 | 11011111 | 10110 | 1010001 | 0 | 1011010 | 1101 | 1110010 | 1010010 | 110000 |
Color Harmonies of #2ADF16
Complementary color
Monochromatic Colors of #2ADF16
Black with #2ADF16
Text Example
Text Example
White with #2ADF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF16; }
p { color: rgb(42,223,22); }
H1.HeaderClassName
{
color: #2ADF16;
}
.AnyTagClassName
{
color: #2ADF16;
}
</style>
background-color css
<style>
a { background-color: #2ADF16; }
a { background-color: rgb(42,223,22); }
div.DivClassName
{
background-color: #2ADF16;
}
.BgClassName
{
background-color: #2ADF16;
}
</style>
border-color css
<style>
span { border-color: #2ADF16; }
span { border-color: rgb(42,223,22); }
td.TdClassName
{
border-color: #2ADF16;
}
.TagClassName
{
border-color: #2ADF16;
}
</style>