Shades of Lime Green #2EAC2B
Tints of Lime Green #2EAC2B
RGB
CMYK
RGB Variations
Color information
#2EAC2B (or 0x2EAC2B) is known color: Lime Green. HEX triplet: 2E, AC and 2B. RGB value is (46,172,43). Sum of RGB (Red+Green+Blue) = 46+172+43=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC2B is #D153D4. Grayscale: #787878. Windows color (decimal): -13718485 or 2862126. OLE color: 2862126.
HSL color Cylindrical-coordinate representation of color #2EAC2B: hue angle of 118.6º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EAC2B is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 43 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.33 |
| HSL | 118.6º | 0.6% | 0.42% | - |
| HSV(B) | 118.6º | 0.75% | 0.67% | - |
| XYZ | 16.32 | 30.26 | 7.27 | - |
| YUV | 119.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 43 | 0.73 | 0 | 0.75 | 0.33 | 118.6 | 0.6 | 0.42 |
| Hex | 2E | AC | 2B | 49 | 0 | 4B | 21 | 77 | 3C | 2A |
| Octal | 56 | 254 | 53 | 111 | 0 | 113 | 41 | 167 | 74 | 52 |
| Binary | 101110 | 10101100 | 101011 | 1001001 | 0 | 1001011 | 100001 | 1110111 | 111100 | 101010 |
Color Harmonies of #2EAC2B
Complementary color
Monochromatic Colors of #2EAC2B
Black with #2EAC2B
Text Example
Text Example
White with #2EAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC2B; }
p { color: rgb(46,172,43); }
H1.HeaderClassName
{
color: #2EAC2B;
}
.AnyTagClassName
{
color: #2EAC2B;
}
</style>
background-color css
<style>
a { background-color: #2EAC2B; }
a { background-color: rgb(46,172,43); }
div.DivClassName
{
background-color: #2EAC2B;
}
.BgClassName
{
background-color: #2EAC2B;
}
</style>
border-color css
<style>
span { border-color: #2EAC2B; }
span { border-color: rgb(46,172,43); }
td.TdClassName
{
border-color: #2EAC2B;
}
.TagClassName
{
border-color: #2EAC2B;
}
</style>