Shades of Lime Green #2ADE2E
Tints of Lime Green #2ADE2E
RGB
CMYK
RGB Variations
Color information
#2ADE2E (or 0x2ADE2E) is known color: Lime Green. HEX triplet: 2A, DE and 2E. RGB value is (42,222,46). Sum of RGB (Red+Green+Blue) = 42+222+46=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE2E is #D521D1. Grayscale: #949494. Windows color (decimal): -13967826 or 3071530. OLE color: 3071530.
HSL color Cylindrical-coordinate representation of color #2ADE2E: hue angle of 121.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 #2ADE2E is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 46 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.13 |
| HSL | 121.33º | 0.73% | 0.52% | - |
| HSV(B) | 121.33º | 0.81% | 0.87% | - |
| XYZ | 27.57 | 52.93 | 11.35 | - |
| YUV | 148.12 | 70.37 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 46 | 0.81 | 0 | 0.79 | 0.13 | 121.33 | 0.73 | 0.52 |
| Hex | 2A | DE | 2E | 51 | 0 | 4F | D | 79 | 49 | 34 |
| Octal | 52 | 336 | 56 | 121 | 0 | 117 | 15 | 171 | 111 | 64 |
| Binary | 101010 | 11011110 | 101110 | 1010001 | 0 | 1001111 | 1101 | 1111001 | 1001001 | 110100 |
Color Harmonies of #2ADE2E
Complementary color
Monochromatic Colors of #2ADE2E
Black with #2ADE2E
Text Example
Text Example
White with #2ADE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE2E; }
p { color: rgb(42,222,46); }
H1.HeaderClassName
{
color: #2ADE2E;
}
.AnyTagClassName
{
color: #2ADE2E;
}
</style>
background-color css
<style>
a { background-color: #2ADE2E; }
a { background-color: rgb(42,222,46); }
div.DivClassName
{
background-color: #2ADE2E;
}
.BgClassName
{
background-color: #2ADE2E;
}
</style>
border-color css
<style>
span { border-color: #2ADE2E; }
span { border-color: rgb(42,222,46); }
td.TdClassName
{
border-color: #2ADE2E;
}
.TagClassName
{
border-color: #2ADE2E;
}
</style>