Shades of Lime Green #2AE046
Tints of Lime Green #2AE046
RGB
CMYK
RGB Variations
Color information
#2AE046 (or 0x2AE046) is known color: Lime Green. HEX triplet: 2A, E0 and 46. RGB value is (42,224,70). Sum of RGB (Red+Green+Blue) = 42+224+70=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE046 is #D51FB9. Grayscale: #989898. Windows color (decimal): -13967290 or 4644906. OLE color: 4644906.
HSL color Cylindrical-coordinate representation of color #2AE046: hue angle of 129.23º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE046 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 70 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.12 |
| HSL | 129.23º | 0.75% | 0.52% | - |
| HSV(B) | 129.23º | 0.81% | 0.88% | - |
| XYZ | 28.72 | 54.25 | 14.75 | - |
| YUV | 152.03 | 81.7 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 70 | 0.81 | 0 | 0.69 | 0.12 | 129.23 | 0.75 | 0.52 |
| Hex | 2A | E0 | 46 | 51 | 0 | 45 | C | 81 | 4B | 34 |
| Octal | 52 | 340 | 106 | 121 | 0 | 105 | 14 | 201 | 113 | 64 |
| Binary | 101010 | 11100000 | 1000110 | 1010001 | 0 | 1000101 | 1100 | 10000001 | 1001011 | 110100 |
Color Harmonies of #2AE046
Complementary color
Monochromatic Colors of #2AE046
Black with #2AE046
Text Example
Text Example
White with #2AE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE046; }
p { color: rgb(42,224,70); }
H1.HeaderClassName
{
color: #2AE046;
}
.AnyTagClassName
{
color: #2AE046;
}
</style>
background-color css
<style>
a { background-color: #2AE046; }
a { background-color: rgb(42,224,70); }
div.DivClassName
{
background-color: #2AE046;
}
.BgClassName
{
background-color: #2AE046;
}
</style>
border-color css
<style>
span { border-color: #2AE046; }
span { border-color: rgb(42,224,70); }
td.TdClassName
{
border-color: #2AE046;
}
.TagClassName
{
border-color: #2AE046;
}
</style>