Shades of Lime Green #2EAE3E
Tints of Lime Green #2EAE3E
RGB
CMYK
RGB Variations
Color information
#2EAE3E (or 0x2EAE3E) is known color: Lime Green. HEX triplet: 2E, AE and 3E. RGB value is (46,174,62). Sum of RGB (Red+Green+Blue) = 46+174+62=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE3E is #D151C1. Grayscale: #7B7B7B. Windows color (decimal): -13717954 or 4107822. OLE color: 4107822.
HSL color Cylindrical-coordinate representation of color #2EAE3E: hue angle of 127.5º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE3E is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 62 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.32 |
| HSL | 127.5º | 0.58% | 0.43% | - |
| HSV(B) | 127.5º | 0.74% | 0.68% | - |
| XYZ | 17.13 | 31.2 | 9.68 | - |
| YUV | 122.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 62 | 0.74 | 0 | 0.64 | 0.32 | 127.5 | 0.58 | 0.43 |
| Hex | 2E | AE | 3E | 4A | 0 | 40 | 20 | 80 | 3A | 2B |
| Octal | 56 | 256 | 76 | 112 | 0 | 100 | 40 | 200 | 72 | 53 |
| Binary | 101110 | 10101110 | 111110 | 1001010 | 0 | 1000000 | 100000 | 10000000 | 111010 | 101011 |
Color Harmonies of #2EAE3E
Complementary color
Monochromatic Colors of #2EAE3E
Black with #2EAE3E
Text Example
Text Example
White with #2EAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAE3E; }
p { color: rgb(46,174,62); }
H1.HeaderClassName
{
color: #2EAE3E;
}
.AnyTagClassName
{
color: #2EAE3E;
}
</style>
background-color css
<style>
a { background-color: #2EAE3E; }
a { background-color: rgb(46,174,62); }
div.DivClassName
{
background-color: #2EAE3E;
}
.BgClassName
{
background-color: #2EAE3E;
}
</style>
border-color css
<style>
span { border-color: #2EAE3E; }
span { border-color: rgb(46,174,62); }
td.TdClassName
{
border-color: #2EAE3E;
}
.TagClassName
{
border-color: #2EAE3E;
}
</style>