Shades of Lime Green #2EB732
Tints of Lime Green #2EB732
RGB
CMYK
RGB Variations
Color information
#2EB732 (or 0x2EB732) is known color: Lime Green. HEX triplet: 2E, B7 and 32. RGB value is (46,183,50). Sum of RGB (Red+Green+Blue) = 46+183+50=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 183 (71.88% from 255 or 65.59% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB732 is #D148CD. Grayscale: #7F7F7F. Windows color (decimal): -13715662 or 3323694. OLE color: 3323694.
HSL color Cylindrical-coordinate representation of color #2EB732: hue angle of 121.75º 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 #2EB732 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 50 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.28 |
| HSL | 121.75º | 0.6% | 0.45% | - |
| HSV(B) | 121.75º | 0.75% | 0.72% | - |
| XYZ | 18.64 | 34.68 | 8.73 | - |
| YUV | 126.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 50 | 0.75 | 0 | 0.73 | 0.28 | 121.75 | 0.6 | 0.45 |
| Hex | 2E | B7 | 32 | 4B | 0 | 49 | 1C | 7A | 3C | 2D |
| Octal | 56 | 267 | 62 | 113 | 0 | 111 | 34 | 172 | 74 | 55 |
| Binary | 101110 | 10110111 | 110010 | 1001011 | 0 | 1001001 | 11100 | 1111010 | 111100 | 101101 |
Color Harmonies of #2EB732
Complementary color
Monochromatic Colors of #2EB732
Black with #2EB732
Text Example
Text Example
White with #2EB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB732; }
p { color: rgb(46,183,50); }
H1.HeaderClassName
{
color: #2EB732;
}
.AnyTagClassName
{
color: #2EB732;
}
</style>
background-color css
<style>
a { background-color: #2EB732; }
a { background-color: rgb(46,183,50); }
div.DivClassName
{
background-color: #2EB732;
}
.BgClassName
{
background-color: #2EB732;
}
</style>
border-color css
<style>
span { border-color: #2EB732; }
span { border-color: rgb(46,183,50); }
td.TdClassName
{
border-color: #2EB732;
}
.TagClassName
{
border-color: #2EB732;
}
</style>