Shades of Lime Green #2ADE28
Tints of Lime Green #2ADE28
RGB
CMYK
RGB Variations
Color information
#2ADE28 (or 0x2ADE28) is known color: Lime Green. HEX triplet: 2A, DE and 28. RGB value is (42,222,40). Sum of RGB (Red+Green+Blue) = 42+222+40=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE28 is #D521D7. Grayscale: #939393. Windows color (decimal): -13967832 or 2678314. OLE color: 2678314.
HSL color Cylindrical-coordinate representation of color #2ADE28: hue angle of 119.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADE28 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 40 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.13 |
| HSL | 119.34º | 0.73% | 0.51% | - |
| HSV(B) | 119.34º | 0.82% | 0.87% | - |
| XYZ | 27.46 | 52.89 | 10.77 | - |
| YUV | 147.43 | 67.37 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 40 | 0.81 | 0 | 0.82 | 0.13 | 119.34 | 0.73 | 0.51 |
| Hex | 2A | DE | 28 | 51 | 0 | 52 | D | 77 | 49 | 33 |
| Octal | 52 | 336 | 50 | 121 | 0 | 122 | 15 | 167 | 111 | 63 |
| Binary | 101010 | 11011110 | 101000 | 1010001 | 0 | 1010010 | 1101 | 1110111 | 1001001 | 110011 |
Color Harmonies of #2ADE28
Complementary color
Monochromatic Colors of #2ADE28
Black with #2ADE28
Text Example
Text Example
White with #2ADE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE28; }
p { color: rgb(42,222,40); }
H1.HeaderClassName
{
color: #2ADE28;
}
.AnyTagClassName
{
color: #2ADE28;
}
</style>
background-color css
<style>
a { background-color: #2ADE28; }
a { background-color: rgb(42,222,40); }
div.DivClassName
{
background-color: #2ADE28;
}
.BgClassName
{
background-color: #2ADE28;
}
</style>
border-color css
<style>
span { border-color: #2ADE28; }
span { border-color: rgb(42,222,40); }
td.TdClassName
{
border-color: #2ADE28;
}
.TagClassName
{
border-color: #2ADE28;
}
</style>