Shades of Lime Green #2ADE40
Tints of Lime Green #2ADE40
RGB
CMYK
RGB Variations
Color information
#2ADE40 (or 0x2ADE40) is known color: Lime Green. HEX triplet: 2A, DE and 40. RGB value is (42,222,64). Sum of RGB (Red+Green+Blue) = 42+222+64=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 222 (87.11% from 255 or 67.68% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE40 is #D521BF. Grayscale: #969696. Windows color (decimal): -13967808 or 4251178. OLE color: 4251178.
HSL color Cylindrical-coordinate representation of color #2ADE40: hue angle of 127.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADE40 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 64 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.13 |
| HSL | 127.33º | 0.73% | 0.52% | - |
| HSV(B) | 127.33º | 0.81% | 0.87% | - |
| XYZ | 28 | 53.1 | 13.62 | - |
| YUV | 150.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 64 | 0.81 | 0 | 0.71 | 0.13 | 127.33 | 0.73 | 0.52 |
| Hex | 2A | DE | 40 | 51 | 0 | 47 | D | 7F | 49 | 34 |
| Octal | 52 | 336 | 100 | 121 | 0 | 107 | 15 | 177 | 111 | 64 |
| Binary | 101010 | 11011110 | 1000000 | 1010001 | 0 | 1000111 | 1101 | 1111111 | 1001001 | 110100 |
Color Harmonies of #2ADE40
Complementary color
Monochromatic Colors of #2ADE40
Black with #2ADE40
Text Example
Text Example
White with #2ADE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE40; }
p { color: rgb(42,222,64); }
H1.HeaderClassName
{
color: #2ADE40;
}
.AnyTagClassName
{
color: #2ADE40;
}
</style>
background-color css
<style>
a { background-color: #2ADE40; }
a { background-color: rgb(42,222,64); }
div.DivClassName
{
background-color: #2ADE40;
}
.BgClassName
{
background-color: #2ADE40;
}
</style>
border-color css
<style>
span { border-color: #2ADE40; }
span { border-color: rgb(42,222,64); }
td.TdClassName
{
border-color: #2ADE40;
}
.TagClassName
{
border-color: #2ADE40;
}
</style>