Shades of Lime Green #2EAD3D
Tints of Lime Green #2EAD3D
RGB
CMYK
RGB Variations
Color information
#2EAD3D (or 0x2EAD3D) is known color: Lime Green. HEX triplet: 2E, AD and 3D. RGB value is (46,173,61). Sum of RGB (Red+Green+Blue) = 46+173+61=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD3D is #D152C2. Grayscale: #7A7A7A. Windows color (decimal): -13718211 or 4042030. OLE color: 4042030.
HSL color Cylindrical-coordinate representation of color #2EAD3D: hue angle of 127.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD3D is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 61 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.32 |
| HSL | 127.09º | 0.58% | 0.43% | - |
| HSV(B) | 127.09º | 0.73% | 0.68% | - |
| XYZ | 16.91 | 30.8 | 9.47 | - |
| YUV | 122.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 61 | 0.73 | 0 | 0.65 | 0.32 | 127.09 | 0.58 | 0.43 |
| Hex | 2E | AD | 3D | 49 | 0 | 41 | 20 | 7F | 3A | 2B |
| Octal | 56 | 255 | 75 | 111 | 0 | 101 | 40 | 177 | 72 | 53 |
| Binary | 101110 | 10101101 | 111101 | 1001001 | 0 | 1000001 | 100000 | 1111111 | 111010 | 101011 |
Color Harmonies of #2EAD3D
Complementary color
Monochromatic Colors of #2EAD3D
Black with #2EAD3D
Text Example
Text Example
White with #2EAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAD3D; }
p { color: rgb(46,173,61); }
H1.HeaderClassName
{
color: #2EAD3D;
}
.AnyTagClassName
{
color: #2EAD3D;
}
</style>
background-color css
<style>
a { background-color: #2EAD3D; }
a { background-color: rgb(46,173,61); }
div.DivClassName
{
background-color: #2EAD3D;
}
.BgClassName
{
background-color: #2EAD3D;
}
</style>
border-color css
<style>
span { border-color: #2EAD3D; }
span { border-color: rgb(46,173,61); }
td.TdClassName
{
border-color: #2EAD3D;
}
.TagClassName
{
border-color: #2EAD3D;
}
</style>