Shades of Lime Green #2AE616
Tints of Lime Green #2AE616
RGB
CMYK
RGB Variations
Color information
#2AE616 (or 0x2AE616) is known color: Lime Green. HEX triplet: 2A, E6 and 16. RGB value is (42,230,22). Sum of RGB (Red+Green+Blue) = 42+230+22=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 230 (90.23% from 255 or 78.23% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE616 is #D519E9. Grayscale: #969696. Windows color (decimal): -13965802 or 1500714. OLE color: 1500714.
HSL color Cylindrical-coordinate representation of color #2AE616: hue angle of 114.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AE616 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 22 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.10 |
| HSL | 114.23º | 0.83% | 0.49% | - |
| HSV(B) | 114.23º | 0.9% | 0.9% | - |
| XYZ | 29.4 | 57.14 | 10.24 | - |
| YUV | 150.08 | 55.72 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 22 | 0.82 | 0 | 0.90 | 0.10 | 114.23 | 0.83 | 0.49 |
| Hex | 2A | E6 | 16 | 52 | 0 | 5A | A | 72 | 53 | 31 |
| Octal | 52 | 346 | 26 | 122 | 0 | 132 | 12 | 162 | 123 | 61 |
| Binary | 101010 | 11100110 | 10110 | 1010010 | 0 | 1011010 | 1010 | 1110010 | 1010011 | 110001 |
Color Harmonies of #2AE616
Complementary color
Monochromatic Colors of #2AE616
Black with #2AE616
Text Example
Text Example
White with #2AE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE616; }
p { color: rgb(42,230,22); }
H1.HeaderClassName
{
color: #2AE616;
}
.AnyTagClassName
{
color: #2AE616;
}
</style>
background-color css
<style>
a { background-color: #2AE616; }
a { background-color: rgb(42,230,22); }
div.DivClassName
{
background-color: #2AE616;
}
.BgClassName
{
background-color: #2AE616;
}
</style>
border-color css
<style>
span { border-color: #2AE616; }
span { border-color: rgb(42,230,22); }
td.TdClassName
{
border-color: #2AE616;
}
.TagClassName
{
border-color: #2AE616;
}
</style>