Shades of Lime Green #2EB938
Tints of Lime Green #2EB938
RGB
CMYK
RGB Variations
Color information
#2EB938 (or 0x2EB938) is known color: Lime Green. HEX triplet: 2E, B9 and 38. RGB value is (46,185,56). Sum of RGB (Red+Green+Blue) = 46+185+56=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB938 is #D146C7. Grayscale: #818181. Windows color (decimal): -13715144 or 3717422. OLE color: 3717422.
HSL color Cylindrical-coordinate representation of color #2EB938: hue angle of 124.32º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB938 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 56 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.27 |
| HSL | 124.32º | 0.6% | 0.45% | - |
| HSV(B) | 124.32º | 0.75% | 0.73% | - |
| XYZ | 19.19 | 35.56 | 9.59 | - |
| YUV | 128.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 56 | 0.75 | 0 | 0.70 | 0.27 | 124.32 | 0.6 | 0.45 |
| Hex | 2E | B9 | 38 | 4B | 0 | 46 | 1B | 7C | 3C | 2D |
| Octal | 56 | 271 | 70 | 113 | 0 | 106 | 33 | 174 | 74 | 55 |
| Binary | 101110 | 10111001 | 111000 | 1001011 | 0 | 1000110 | 11011 | 1111100 | 111100 | 101101 |
Color Harmonies of #2EB938
Complementary color
Monochromatic Colors of #2EB938
Black with #2EB938
Text Example
Text Example
White with #2EB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB938; }
p { color: rgb(46,185,56); }
H1.HeaderClassName
{
color: #2EB938;
}
.AnyTagClassName
{
color: #2EB938;
}
</style>
background-color css
<style>
a { background-color: #2EB938; }
a { background-color: rgb(46,185,56); }
div.DivClassName
{
background-color: #2EB938;
}
.BgClassName
{
background-color: #2EB938;
}
</style>
border-color css
<style>
span { border-color: #2EB938; }
span { border-color: rgb(46,185,56); }
td.TdClassName
{
border-color: #2EB938;
}
.TagClassName
{
border-color: #2EB938;
}
</style>