Shades of Lime Green #2AE220
Tints of Lime Green #2AE220
RGB
CMYK
RGB Variations
Color information
#2AE220 (or 0x2AE220) is known color: Lime Green. HEX triplet: 2A, E2 and 20. RGB value is (42,226,32). Sum of RGB (Red+Green+Blue) = 42+226+32=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 226 (88.67% from 255 or 75.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE220 is #D51DDF. Grayscale: #959595. Windows color (decimal): -13966816 or 2155050. OLE color: 2155050.
HSL color Cylindrical-coordinate representation of color #2AE220: hue angle of 116.91º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AE220 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 32 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.11 |
| HSL | 116.91º | 0.77% | 0.51% | - |
| HSV(B) | 116.91º | 0.86% | 0.89% | - |
| XYZ | 28.41 | 54.99 | 10.48 | - |
| YUV | 148.87 | 62.04 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 32 | 0.81 | 0 | 0.86 | 0.11 | 116.91 | 0.77 | 0.51 |
| Hex | 2A | E2 | 20 | 51 | 0 | 56 | B | 75 | 4D | 33 |
| Octal | 52 | 342 | 40 | 121 | 0 | 126 | 13 | 165 | 115 | 63 |
| Binary | 101010 | 11100010 | 100000 | 1010001 | 0 | 1010110 | 1011 | 1110101 | 1001101 | 110011 |
Color Harmonies of #2AE220
Complementary color
Monochromatic Colors of #2AE220
Black with #2AE220
Text Example
Text Example
White with #2AE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE220; }
p { color: rgb(42,226,32); }
H1.HeaderClassName
{
color: #2AE220;
}
.AnyTagClassName
{
color: #2AE220;
}
</style>
background-color css
<style>
a { background-color: #2AE220; }
a { background-color: rgb(42,226,32); }
div.DivClassName
{
background-color: #2AE220;
}
.BgClassName
{
background-color: #2AE220;
}
</style>
border-color css
<style>
span { border-color: #2AE220; }
span { border-color: rgb(42,226,32); }
td.TdClassName
{
border-color: #2AE220;
}
.TagClassName
{
border-color: #2AE220;
}
</style>