Shades of Lime Green #2AE144
Tints of Lime Green #2AE144
RGB
CMYK
RGB Variations
Color information
#2AE144 (or 0x2AE144) is known color: Lime Green. HEX triplet: 2A, E1 and 44. RGB value is (42,225,68). Sum of RGB (Red+Green+Blue) = 42+225+68=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE144 is #D51EBB. Grayscale: #989898. Windows color (decimal): -13967036 or 4514090. OLE color: 4514090.
HSL color Cylindrical-coordinate representation of color #2AE144: hue angle of 128.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE144 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 68 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.12 |
| HSL | 128.52º | 0.75% | 0.52% | - |
| HSV(B) | 128.52º | 0.81% | 0.88% | - |
| XYZ | 28.92 | 54.76 | 14.51 | - |
| YUV | 152.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 68 | 0.81 | 0 | 0.70 | 0.12 | 128.52 | 0.75 | 0.52 |
| Hex | 2A | E1 | 44 | 51 | 0 | 46 | C | 81 | 4B | 34 |
| Octal | 52 | 341 | 104 | 121 | 0 | 106 | 14 | 201 | 113 | 64 |
| Binary | 101010 | 11100001 | 1000100 | 1010001 | 0 | 1000110 | 1100 | 10000001 | 1001011 | 110100 |
Color Harmonies of #2AE144
Complementary color
Monochromatic Colors of #2AE144
Black with #2AE144
Text Example
Text Example
White with #2AE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE144; }
p { color: rgb(42,225,68); }
H1.HeaderClassName
{
color: #2AE144;
}
.AnyTagClassName
{
color: #2AE144;
}
</style>
background-color css
<style>
a { background-color: #2AE144; }
a { background-color: rgb(42,225,68); }
div.DivClassName
{
background-color: #2AE144;
}
.BgClassName
{
background-color: #2AE144;
}
</style>
border-color css
<style>
span { border-color: #2AE144; }
span { border-color: rgb(42,225,68); }
td.TdClassName
{
border-color: #2AE144;
}
.TagClassName
{
border-color: #2AE144;
}
</style>