Shades of Lime Green #2EB340
Tints of Lime Green #2EB340
RGB
CMYK
RGB Variations
Color information
#2EB340 (or 0x2EB340) is known color: Lime Green. HEX triplet: 2E, B3 and 40. RGB value is (46,179,64). Sum of RGB (Red+Green+Blue) = 46+179+64=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB340 is #D14CBF. Grayscale: #7E7E7E. Windows color (decimal): -13716672 or 4240174. OLE color: 4240174.
HSL color Cylindrical-coordinate representation of color #2EB340: hue angle of 128.12º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB340 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 64 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.30 |
| HSL | 128.12º | 0.59% | 0.44% | - |
| HSV(B) | 128.12º | 0.74% | 0.7% | - |
| XYZ | 18.17 | 33.19 | 10.3 | - |
| YUV | 126.12 | 92.94 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 64 | 0.74 | 0 | 0.64 | 0.30 | 128.12 | 0.59 | 0.44 |
| Hex | 2E | B3 | 40 | 4A | 0 | 40 | 1E | 80 | 3B | 2C |
| Octal | 56 | 263 | 100 | 112 | 0 | 100 | 36 | 200 | 73 | 54 |
| Binary | 101110 | 10110011 | 1000000 | 1001010 | 0 | 1000000 | 11110 | 10000000 | 111011 | 101100 |
Color Harmonies of #2EB340
Complementary color
Monochromatic Colors of #2EB340
Black with #2EB340
Text Example
Text Example
White with #2EB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB340; }
p { color: rgb(46,179,64); }
H1.HeaderClassName
{
color: #2EB340;
}
.AnyTagClassName
{
color: #2EB340;
}
</style>
background-color css
<style>
a { background-color: #2EB340; }
a { background-color: rgb(46,179,64); }
div.DivClassName
{
background-color: #2EB340;
}
.BgClassName
{
background-color: #2EB340;
}
</style>
border-color css
<style>
span { border-color: #2EB340; }
span { border-color: rgb(46,179,64); }
td.TdClassName
{
border-color: #2EB340;
}
.TagClassName
{
border-color: #2EB340;
}
</style>