Shades of Lime Green #2EB742
Tints of Lime Green #2EB742
RGB
CMYK
RGB Variations
Color information
#2EB742 (or 0x2EB742) is known color: Lime Green. HEX triplet: 2E, B7 and 42. RGB value is (46,183,66). Sum of RGB (Red+Green+Blue) = 46+183+66=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB742 is #D148BD. Grayscale: #818181. Windows color (decimal): -13715646 or 4372270. OLE color: 4372270.
HSL color Cylindrical-coordinate representation of color #2EB742: hue angle of 128.76º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB742 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 66 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.28 |
| HSL | 128.76º | 0.6% | 0.45% | - |
| HSV(B) | 128.76º | 0.75% | 0.72% | - |
| XYZ | 19.04 | 34.84 | 10.88 | - |
| YUV | 128.7 | 92.61 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 66 | 0.75 | 0 | 0.64 | 0.28 | 128.76 | 0.6 | 0.45 |
| Hex | 2E | B7 | 42 | 4B | 0 | 40 | 1C | 81 | 3C | 2D |
| Octal | 56 | 267 | 102 | 113 | 0 | 100 | 34 | 201 | 74 | 55 |
| Binary | 101110 | 10110111 | 1000010 | 1001011 | 0 | 1000000 | 11100 | 10000001 | 111100 | 101101 |
Color Harmonies of #2EB742
Complementary color
Monochromatic Colors of #2EB742
Black with #2EB742
Text Example
Text Example
White with #2EB742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB742; }
p { color: rgb(46,183,66); }
H1.HeaderClassName
{
color: #2EB742;
}
.AnyTagClassName
{
color: #2EB742;
}
</style>
background-color css
<style>
a { background-color: #2EB742; }
a { background-color: rgb(46,183,66); }
div.DivClassName
{
background-color: #2EB742;
}
.BgClassName
{
background-color: #2EB742;
}
</style>
border-color css
<style>
span { border-color: #2EB742; }
span { border-color: rgb(46,183,66); }
td.TdClassName
{
border-color: #2EB742;
}
.TagClassName
{
border-color: #2EB742;
}
</style>