Shades of Lime Green #2EAE28
Tints of Lime Green #2EAE28
RGB
CMYK
RGB Variations
Color information
#2EAE28 (or 0x2EAE28) is known color: Lime Green. HEX triplet: 2E, AE and 28. RGB value is (46,174,40). Sum of RGB (Red+Green+Blue) = 46+174+40=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 174 (68.36% from 255 or 66.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE28 is #D151D7. Grayscale: #787878. Windows color (decimal): -13717976 or 2666030. OLE color: 2666030.
HSL color Cylindrical-coordinate representation of color #2EAE28: hue angle of 117.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAE28 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 40 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.32 |
| HSL | 117.31º | 0.63% | 0.42% | - |
| HSV(B) | 117.31º | 0.77% | 0.68% | - |
| XYZ | 16.65 | 31.01 | 7.11 | - |
| YUV | 120.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 40 | 0.74 | 0 | 0.77 | 0.32 | 117.31 | 0.63 | 0.42 |
| Hex | 2E | AE | 28 | 4A | 0 | 4D | 20 | 75 | 3F | 2A |
| Octal | 56 | 256 | 50 | 112 | 0 | 115 | 40 | 165 | 77 | 52 |
| Binary | 101110 | 10101110 | 101000 | 1001010 | 0 | 1001101 | 100000 | 1110101 | 111111 | 101010 |
Color Harmonies of #2EAE28
Complementary color
Monochromatic Colors of #2EAE28
Black with #2EAE28
Text Example
Text Example
White with #2EAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAE28; }
p { color: rgb(46,174,40); }
H1.HeaderClassName
{
color: #2EAE28;
}
.AnyTagClassName
{
color: #2EAE28;
}
</style>
background-color css
<style>
a { background-color: #2EAE28; }
a { background-color: rgb(46,174,40); }
div.DivClassName
{
background-color: #2EAE28;
}
.BgClassName
{
background-color: #2EAE28;
}
</style>
border-color css
<style>
span { border-color: #2EAE28; }
span { border-color: rgb(46,174,40); }
td.TdClassName
{
border-color: #2EAE28;
}
.TagClassName
{
border-color: #2EAE28;
}
</style>