Shades of Lime Green #2EAE3D
Tints of Lime Green #2EAE3D
RGB
CMYK
RGB Variations
Color information
#2EAE3D (or 0x2EAE3D) is known color: Lime Green. HEX triplet: 2E, AE and 3D. RGB value is (46,174,61). Sum of RGB (Red+Green+Blue) = 46+174+61=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 174 (68.36% from 255 or 61.92% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE3D is #D151C2. Grayscale: #7B7B7B. Windows color (decimal): -13717955 or 4042286. OLE color: 4042286.
HSL color Cylindrical-coordinate representation of color #2EAE3D: hue angle of 127.03º 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 #2EAE3D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 61 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.32 |
| HSL | 127.03º | 0.58% | 0.43% | - |
| HSV(B) | 127.03º | 0.74% | 0.68% | - |
| XYZ | 17.11 | 31.19 | 9.53 | - |
| YUV | 122.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 61 | 0.74 | 0 | 0.65 | 0.32 | 127.03 | 0.58 | 0.43 |
| Hex | 2E | AE | 3D | 4A | 0 | 41 | 20 | 7F | 3A | 2B |
| Octal | 56 | 256 | 75 | 112 | 0 | 101 | 40 | 177 | 72 | 53 |
| Binary | 101110 | 10101110 | 111101 | 1001010 | 0 | 1000001 | 100000 | 1111111 | 111010 | 101011 |
Color Harmonies of #2EAE3D
Complementary color
Monochromatic Colors of #2EAE3D
Black with #2EAE3D
Text Example
Text Example
White with #2EAE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAE3D; }
p { color: rgb(46,174,61); }
H1.HeaderClassName
{
color: #2EAE3D;
}
.AnyTagClassName
{
color: #2EAE3D;
}
</style>
background-color css
<style>
a { background-color: #2EAE3D; }
a { background-color: rgb(46,174,61); }
div.DivClassName
{
background-color: #2EAE3D;
}
.BgClassName
{
background-color: #2EAE3D;
}
</style>
border-color css
<style>
span { border-color: #2EAE3D; }
span { border-color: rgb(46,174,61); }
td.TdClassName
{
border-color: #2EAE3D;
}
.TagClassName
{
border-color: #2EAE3D;
}
</style>