Shades of Lime Green #2AE124
Tints of Lime Green #2AE124
RGB
CMYK
RGB Variations
Color information
#2AE124 (or 0x2AE124) is known color: Lime Green. HEX triplet: 2A, E1 and 24. RGB value is (42,225,36). Sum of RGB (Red+Green+Blue) = 42+225+36=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE124 is #D51EDB. Grayscale: #959595. Windows color (decimal): -13967068 or 2416938. OLE color: 2416938.
HSL color Cylindrical-coordinate representation of color #2AE124: hue angle of 118.1º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AE124 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 36 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.12 |
| HSL | 118.1º | 0.76% | 0.51% | - |
| HSV(B) | 118.1º | 0.84% | 0.88% | - |
| XYZ | 28.2 | 54.47 | 10.7 | - |
| YUV | 148.74 | 64.37 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 36 | 0.81 | 0 | 0.84 | 0.12 | 118.1 | 0.76 | 0.51 |
| Hex | 2A | E1 | 24 | 51 | 0 | 54 | C | 76 | 4C | 33 |
| Octal | 52 | 341 | 44 | 121 | 0 | 124 | 14 | 166 | 114 | 63 |
| Binary | 101010 | 11100001 | 100100 | 1010001 | 0 | 1010100 | 1100 | 1110110 | 1001100 | 110011 |
Color Harmonies of #2AE124
Complementary color
Monochromatic Colors of #2AE124
Black with #2AE124
Text Example
Text Example
White with #2AE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE124; }
p { color: rgb(42,225,36); }
H1.HeaderClassName
{
color: #2AE124;
}
.AnyTagClassName
{
color: #2AE124;
}
</style>
background-color css
<style>
a { background-color: #2AE124; }
a { background-color: rgb(42,225,36); }
div.DivClassName
{
background-color: #2AE124;
}
.BgClassName
{
background-color: #2AE124;
}
</style>
border-color css
<style>
span { border-color: #2AE124; }
span { border-color: rgb(42,225,36); }
td.TdClassName
{
border-color: #2AE124;
}
.TagClassName
{
border-color: #2AE124;
}
</style>