Shades of Lime Green #2EB128
Tints of Lime Green #2EB128
RGB
CMYK
RGB Variations
Color information
#2EB128 (or 0x2EB128) is known color: Lime Green. HEX triplet: 2E, B1 and 28. RGB value is (46,177,40). Sum of RGB (Red+Green+Blue) = 46+177+40=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 177 (69.53% from 255 or 67.30% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB128 is #D14ED7. Grayscale: #7A7A7A. Windows color (decimal): -13717208 or 2666798. OLE color: 2666798.
HSL color Cylindrical-coordinate representation of color #2EB128: hue angle of 117.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB128 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 40 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.31 |
| HSL | 117.37º | 0.63% | 0.43% | - |
| HSV(B) | 117.37º | 0.77% | 0.69% | - |
| XYZ | 17.23 | 32.18 | 7.31 | - |
| YUV | 122.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 40 | 0.74 | 0 | 0.77 | 0.31 | 117.37 | 0.63 | 0.43 |
| Hex | 2E | B1 | 28 | 4A | 0 | 4D | 1F | 75 | 3F | 2B |
| Octal | 56 | 261 | 50 | 112 | 0 | 115 | 37 | 165 | 77 | 53 |
| Binary | 101110 | 10110001 | 101000 | 1001010 | 0 | 1001101 | 11111 | 1110101 | 111111 | 101011 |
Color Harmonies of #2EB128
Complementary color
Monochromatic Colors of #2EB128
Black with #2EB128
Text Example
Text Example
White with #2EB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB128; }
p { color: rgb(46,177,40); }
H1.HeaderClassName
{
color: #2EB128;
}
.AnyTagClassName
{
color: #2EB128;
}
</style>
background-color css
<style>
a { background-color: #2EB128; }
a { background-color: rgb(46,177,40); }
div.DivClassName
{
background-color: #2EB128;
}
.BgClassName
{
background-color: #2EB128;
}
</style>
border-color css
<style>
span { border-color: #2EB128; }
span { border-color: rgb(46,177,40); }
td.TdClassName
{
border-color: #2EB128;
}
.TagClassName
{
border-color: #2EB128;
}
</style>