Shades of Lime Green #2AE010
Tints of Lime Green #2AE010
RGB
CMYK
RGB Variations
Color information
#2AE010 (or 0x2AE010) is known color: Lime Green. HEX triplet: 2A, E0 and 10. RGB value is (42,224,16). Sum of RGB (Red+Green+Blue) = 42+224+16=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 224 (87.89% from 255 or 79.43% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE010 is #D51FEF. Grayscale: #929292. Windows color (decimal): -13967344 or 1105962. OLE color: 1105962.
HSL color Cylindrical-coordinate representation of color #2AE010: hue angle of 112.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AE010 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.12 |
| HSL | 112.5º | 0.87% | 0.47% | - |
| HSV(B) | 112.5º | 0.93% | 0.88% | - |
| XYZ | 27.7 | 53.84 | 9.42 | - |
| YUV | 145.87 | 54.7 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 16 | 0.81 | 0 | 0.93 | 0.12 | 112.5 | 0.87 | 0.47 |
| Hex | 2A | E0 | 10 | 51 | 0 | 5D | C | 70 | 57 | 2F |
| Octal | 52 | 340 | 20 | 121 | 0 | 135 | 14 | 160 | 127 | 57 |
| Binary | 101010 | 11100000 | 10000 | 1010001 | 0 | 1011101 | 1100 | 1110000 | 1010111 | 101111 |
Color Harmonies of #2AE010
Complementary color
Monochromatic Colors of #2AE010
Black with #2AE010
Text Example
Text Example
White with #2AE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE010; }
p { color: rgb(42,224,16); }
H1.HeaderClassName
{
color: #2AE010;
}
.AnyTagClassName
{
color: #2AE010;
}
</style>
background-color css
<style>
a { background-color: #2AE010; }
a { background-color: rgb(42,224,16); }
div.DivClassName
{
background-color: #2AE010;
}
.BgClassName
{
background-color: #2AE010;
}
</style>
border-color css
<style>
span { border-color: #2AE010; }
span { border-color: rgb(42,224,16); }
td.TdClassName
{
border-color: #2AE010;
}
.TagClassName
{
border-color: #2AE010;
}
</style>