Shades of Lime Green #2ADF15
Tints of Lime Green #2ADF15
RGB
CMYK
RGB Variations
Color information
#2ADF15 (or 0x2ADF15) is known color: Lime Green. HEX triplet: 2A, DF and 15. RGB value is (42,223,21). Sum of RGB (Red+Green+Blue) = 42+223+21=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADF15 is #D520EA. Grayscale: #929292. Windows color (decimal): -13967595 or 1433386. OLE color: 1433386.
HSL color Cylindrical-coordinate representation of color #2ADF15: hue angle of 113.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ADF15 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.13 |
| HSL | 113.76º | 0.83% | 0.48% | - |
| HSV(B) | 113.76º | 0.91% | 0.87% | - |
| XYZ | 27.48 | 53.32 | 9.55 | - |
| YUV | 145.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 21 | 0.81 | 0 | 0.91 | 0.13 | 113.76 | 0.83 | 0.48 |
| Hex | 2A | DF | 15 | 51 | 0 | 5B | D | 72 | 53 | 30 |
| Octal | 52 | 337 | 25 | 121 | 0 | 133 | 15 | 162 | 123 | 60 |
| Binary | 101010 | 11011111 | 10101 | 1010001 | 0 | 1011011 | 1101 | 1110010 | 1010011 | 110000 |
Color Harmonies of #2ADF15
Complementary color
Monochromatic Colors of #2ADF15
Black with #2ADF15
Text Example
Text Example
White with #2ADF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF15; }
p { color: rgb(42,223,21); }
H1.HeaderClassName
{
color: #2ADF15;
}
.AnyTagClassName
{
color: #2ADF15;
}
</style>
background-color css
<style>
a { background-color: #2ADF15; }
a { background-color: rgb(42,223,21); }
div.DivClassName
{
background-color: #2ADF15;
}
.BgClassName
{
background-color: #2ADF15;
}
</style>
border-color css
<style>
span { border-color: #2ADF15; }
span { border-color: rgb(42,223,21); }
td.TdClassName
{
border-color: #2ADF15;
}
.TagClassName
{
border-color: #2ADF15;
}
</style>