Shades of Lime Green #2AE824
Tints of Lime Green #2AE824
RGB
CMYK
RGB Variations
Color information
#2AE824 (or 0x2AE824) is known color: Lime Green. HEX triplet: 2A, E8 and 24. RGB value is (42,232,36). Sum of RGB (Red+Green+Blue) = 42+232+36=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE824 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE824 is #D517DB. Grayscale: #999999. Windows color (decimal): -13965276 or 2418730. OLE color: 2418730.
HSL color Cylindrical-coordinate representation of color #2AE824: hue angle of 118.16º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AE824 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 36 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.09 |
| HSL | 118.16º | 0.81% | 0.53% | - |
| HSV(B) | 118.16º | 0.84% | 0.91% | - |
| XYZ | 30.13 | 58.33 | 11.34 | - |
| YUV | 152.85 | 62.05 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 36 | 0.82 | 0 | 0.84 | 0.09 | 118.16 | 0.81 | 0.53 |
| Hex | 2A | E8 | 24 | 52 | 0 | 54 | 9 | 76 | 51 | 35 |
| Octal | 52 | 350 | 44 | 122 | 0 | 124 | 11 | 166 | 121 | 65 |
| Binary | 101010 | 11101000 | 100100 | 1010010 | 0 | 1010100 | 1001 | 1110110 | 1010001 | 110101 |
Color Harmonies of #2AE824
Complementary color
Monochromatic Colors of #2AE824
Black with #2AE824
Text Example
Text Example
White with #2AE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE824; }
p { color: rgb(42,232,36); }
H1.HeaderClassName
{
color: #2AE824;
}
.AnyTagClassName
{
color: #2AE824;
}
</style>
background-color css
<style>
a { background-color: #2AE824; }
a { background-color: rgb(42,232,36); }
div.DivClassName
{
background-color: #2AE824;
}
.BgClassName
{
background-color: #2AE824;
}
</style>
border-color css
<style>
span { border-color: #2AE824; }
span { border-color: rgb(42,232,36); }
td.TdClassName
{
border-color: #2AE824;
}
.TagClassName
{
border-color: #2AE824;
}
</style>