Shades of Lime Green #2ADE3E
Tints of Lime Green #2ADE3E
RGB
CMYK
RGB Variations
Color information
#2ADE3E (or 0x2ADE3E) is known color: Lime Green. HEX triplet: 2A, DE and 3E. RGB value is (42,222,62). Sum of RGB (Red+Green+Blue) = 42+222+62=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 222 (87.11% from 255 or 68.10% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE3E is #D521C1. Grayscale: #969696. Windows color (decimal): -13967810 or 4120106. OLE color: 4120106.
HSL color Cylindrical-coordinate representation of color #2ADE3E: hue angle of 126.67º 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 #2ADE3E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 62 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.13 |
| HSL | 126.67º | 0.73% | 0.52% | - |
| HSV(B) | 126.67º | 0.81% | 0.87% | - |
| XYZ | 27.95 | 53.08 | 13.33 | - |
| YUV | 149.94 | 78.37 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 62 | 0.81 | 0 | 0.72 | 0.13 | 126.67 | 0.73 | 0.52 |
| Hex | 2A | DE | 3E | 51 | 0 | 48 | D | 7F | 49 | 34 |
| Octal | 52 | 336 | 76 | 121 | 0 | 110 | 15 | 177 | 111 | 64 |
| Binary | 101010 | 11011110 | 111110 | 1010001 | 0 | 1001000 | 1101 | 1111111 | 1001001 | 110100 |
Color Harmonies of #2ADE3E
Complementary color
Monochromatic Colors of #2ADE3E
Black with #2ADE3E
Text Example
Text Example
White with #2ADE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE3E; }
p { color: rgb(42,222,62); }
H1.HeaderClassName
{
color: #2ADE3E;
}
.AnyTagClassName
{
color: #2ADE3E;
}
</style>
background-color css
<style>
a { background-color: #2ADE3E; }
a { background-color: rgb(42,222,62); }
div.DivClassName
{
background-color: #2ADE3E;
}
.BgClassName
{
background-color: #2ADE3E;
}
</style>
border-color css
<style>
span { border-color: #2ADE3E; }
span { border-color: rgb(42,222,62); }
td.TdClassName
{
border-color: #2ADE3E;
}
.TagClassName
{
border-color: #2ADE3E;
}
</style>