Shades of Lime Green #2AE515
Tints of Lime Green #2AE515
RGB
CMYK
RGB Variations
Color information
#2AE515 (or 0x2AE515) is known color: Lime Green. HEX triplet: 2A, E5 and 15. RGB value is (42,229,21). Sum of RGB (Red+Green+Blue) = 42+229+21=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 229 (89.84% from 255 or 78.42% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE515 is #D51AEA. Grayscale: #969696. Windows color (decimal): -13966059 or 1434922. OLE color: 1434922.
HSL color Cylindrical-coordinate representation of color #2AE515: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AE515 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 21 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.10 |
| HSL | 113.94º | 0.83% | 0.49% | - |
| HSV(B) | 113.94º | 0.91% | 0.9% | - |
| XYZ | 29.11 | 56.59 | 10.1 | - |
| YUV | 149.38 | 55.55 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 21 | 0.82 | 0 | 0.91 | 0.10 | 113.94 | 0.83 | 0.49 |
| Hex | 2A | E5 | 15 | 52 | 0 | 5B | A | 72 | 53 | 31 |
| Octal | 52 | 345 | 25 | 122 | 0 | 133 | 12 | 162 | 123 | 61 |
| Binary | 101010 | 11100101 | 10101 | 1010010 | 0 | 1011011 | 1010 | 1110010 | 1010011 | 110001 |
Color Harmonies of #2AE515
Complementary color
Monochromatic Colors of #2AE515
Black with #2AE515
Text Example
Text Example
White with #2AE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE515; }
p { color: rgb(42,229,21); }
H1.HeaderClassName
{
color: #2AE515;
}
.AnyTagClassName
{
color: #2AE515;
}
</style>
background-color css
<style>
a { background-color: #2AE515; }
a { background-color: rgb(42,229,21); }
div.DivClassName
{
background-color: #2AE515;
}
.BgClassName
{
background-color: #2AE515;
}
</style>
border-color css
<style>
span { border-color: #2AE515; }
span { border-color: rgb(42,229,21); }
td.TdClassName
{
border-color: #2AE515;
}
.TagClassName
{
border-color: #2AE515;
}
</style>