Shades of Lime Green #2AE413
Tints of Lime Green #2AE413
RGB
CMYK
RGB Variations
Color information
#2AE413 (or 0x2AE413) is known color: Lime Green. HEX triplet: 2A, E4 and 13. RGB value is (42,228,19). Sum of RGB (Red+Green+Blue) = 42+228+19=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 228 (89.45% from 255 or 78.89% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE413 is #D51BEC. Grayscale: #959595. Windows color (decimal): -13966317 or 1303594. OLE color: 1303594.
HSL color Cylindrical-coordinate representation of color #2AE413: hue angle of 113.4º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AE413 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 228 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.11 |
| HSL | 113.4º | 0.85% | 0.48% | - |
| HSV(B) | 113.4º | 0.92% | 0.89% | - |
| XYZ | 28.82 | 56.03 | 9.91 | - |
| YUV | 148.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 228 | 19 | 0.82 | 0 | 0.92 | 0.11 | 113.4 | 0.85 | 0.48 |
| Hex | 2A | E4 | 13 | 52 | 0 | 5C | B | 71 | 55 | 30 |
| Octal | 52 | 344 | 23 | 122 | 0 | 134 | 13 | 161 | 125 | 60 |
| Binary | 101010 | 11100100 | 10011 | 1010010 | 0 | 1011100 | 1011 | 1110001 | 1010101 | 110000 |
Color Harmonies of #2AE413
Complementary color
Monochromatic Colors of #2AE413
Black with #2AE413
Text Example
Text Example
White with #2AE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE413; }
p { color: rgb(42,228,19); }
H1.HeaderClassName
{
color: #2AE413;
}
.AnyTagClassName
{
color: #2AE413;
}
</style>
background-color css
<style>
a { background-color: #2AE413; }
a { background-color: rgb(42,228,19); }
div.DivClassName
{
background-color: #2AE413;
}
.BgClassName
{
background-color: #2AE413;
}
</style>
border-color css
<style>
span { border-color: #2AE413; }
span { border-color: rgb(42,228,19); }
td.TdClassName
{
border-color: #2AE413;
}
.TagClassName
{
border-color: #2AE413;
}
</style>