Shades of Lime Green #2EB932
Tints of Lime Green #2EB932
RGB
CMYK
RGB Variations
Color information
#2EB932 (or 0x2EB932) is known color: Lime Green. HEX triplet: 2E, B9 and 32. RGB value is (46,185,50). Sum of RGB (Red+Green+Blue) = 46+185+50=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB932 is #D146CD. Grayscale: #808080. Windows color (decimal): -13715150 or 3324206. OLE color: 3324206.
HSL color Cylindrical-coordinate representation of color #2EB932: hue angle of 121.73º 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 #2EB932 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 50 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.27 |
| HSL | 121.73º | 0.6% | 0.45% | - |
| HSV(B) | 121.73º | 0.75% | 0.73% | - |
| XYZ | 19.05 | 35.51 | 8.87 | - |
| YUV | 128.05 | 83.95 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 50 | 0.75 | 0 | 0.73 | 0.27 | 121.73 | 0.6 | 0.45 |
| Hex | 2E | B9 | 32 | 4B | 0 | 49 | 1B | 7A | 3C | 2D |
| Octal | 56 | 271 | 62 | 113 | 0 | 111 | 33 | 172 | 74 | 55 |
| Binary | 101110 | 10111001 | 110010 | 1001011 | 0 | 1001001 | 11011 | 1111010 | 111100 | 101101 |
Color Harmonies of #2EB932
Complementary color
Monochromatic Colors of #2EB932
Black with #2EB932
Text Example
Text Example
White with #2EB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB932; }
p { color: rgb(46,185,50); }
H1.HeaderClassName
{
color: #2EB932;
}
.AnyTagClassName
{
color: #2EB932;
}
</style>
background-color css
<style>
a { background-color: #2EB932; }
a { background-color: rgb(46,185,50); }
div.DivClassName
{
background-color: #2EB932;
}
.BgClassName
{
background-color: #2EB932;
}
</style>
border-color css
<style>
span { border-color: #2EB932; }
span { border-color: rgb(46,185,50); }
td.TdClassName
{
border-color: #2EB932;
}
.TagClassName
{
border-color: #2EB932;
}
</style>