Shades of Lime Green #2AE119
Tints of Lime Green #2AE119
RGB
CMYK
RGB Variations
Color information
#2AE119 (or 0x2AE119) is known color: Lime Green. HEX triplet: 2A, E1 and 19. RGB value is (42,225,25). Sum of RGB (Red+Green+Blue) = 42+225+25=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE119 is #D51EE6. Grayscale: #949494. Windows color (decimal): -13967079 or 1696042. OLE color: 1696042.
HSL color Cylindrical-coordinate representation of color #2AE119: hue angle of 114.9º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AE119 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 25 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.12 |
| HSL | 114.9º | 0.8% | 0.49% | - |
| HSV(B) | 114.9º | 0.89% | 0.88% | - |
| XYZ | 28.06 | 54.41 | 9.94 | - |
| YUV | 147.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 25 | 0.81 | 0 | 0.89 | 0.12 | 114.9 | 0.8 | 0.49 |
| Hex | 2A | E1 | 19 | 51 | 0 | 59 | C | 73 | 50 | 31 |
| Octal | 52 | 341 | 31 | 121 | 0 | 131 | 14 | 163 | 120 | 61 |
| Binary | 101010 | 11100001 | 11001 | 1010001 | 0 | 1011001 | 1100 | 1110011 | 1010000 | 110001 |
Color Harmonies of #2AE119
Complementary color
Monochromatic Colors of #2AE119
Black with #2AE119
Text Example
Text Example
White with #2AE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE119; }
p { color: rgb(42,225,25); }
H1.HeaderClassName
{
color: #2AE119;
}
.AnyTagClassName
{
color: #2AE119;
}
</style>
background-color css
<style>
a { background-color: #2AE119; }
a { background-color: rgb(42,225,25); }
div.DivClassName
{
background-color: #2AE119;
}
.BgClassName
{
background-color: #2AE119;
}
</style>
border-color css
<style>
span { border-color: #2AE119; }
span { border-color: rgb(42,225,25); }
td.TdClassName
{
border-color: #2AE119;
}
.TagClassName
{
border-color: #2AE119;
}
</style>