Shades of Lime Green #2EAB3A
Tints of Lime Green #2EAB3A
RGB
CMYK
RGB Variations
Color information
#2EAB3A (or 0x2EAB3A) is known color: Lime Green. HEX triplet: 2E, AB and 3A. RGB value is (46,171,58). Sum of RGB (Red+Green+Blue) = 46+171+58=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB3A is #D154C5. Grayscale: #797979. Windows color (decimal): -13718726 or 3844910. OLE color: 3844910.
HSL color Cylindrical-coordinate representation of color #2EAB3A: hue angle of 125.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB3A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 58 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.33 |
| HSL | 125.76º | 0.58% | 0.43% | - |
| HSV(B) | 125.76º | 0.73% | 0.67% | - |
| XYZ | 16.45 | 30.01 | 8.93 | - |
| YUV | 120.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 58 | 0.73 | 0 | 0.66 | 0.33 | 125.76 | 0.58 | 0.43 |
| Hex | 2E | AB | 3A | 49 | 0 | 42 | 21 | 7E | 3A | 2B |
| Octal | 56 | 253 | 72 | 111 | 0 | 102 | 41 | 176 | 72 | 53 |
| Binary | 101110 | 10101011 | 111010 | 1001001 | 0 | 1000010 | 100001 | 1111110 | 111010 | 101011 |
Color Harmonies of #2EAB3A
Complementary color
Monochromatic Colors of #2EAB3A
Black with #2EAB3A
Text Example
Text Example
White with #2EAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB3A; }
p { color: rgb(46,171,58); }
H1.HeaderClassName
{
color: #2EAB3A;
}
.AnyTagClassName
{
color: #2EAB3A;
}
</style>
background-color css
<style>
a { background-color: #2EAB3A; }
a { background-color: rgb(46,171,58); }
div.DivClassName
{
background-color: #2EAB3A;
}
.BgClassName
{
background-color: #2EAB3A;
}
</style>
border-color css
<style>
span { border-color: #2EAB3A; }
span { border-color: rgb(46,171,58); }
td.TdClassName
{
border-color: #2EAB3A;
}
.TagClassName
{
border-color: #2EAB3A;
}
</style>