Shades of Lime Green #2EB632
Tints of Lime Green #2EB632
RGB
CMYK
RGB Variations
Color information
#2EB632 (or 0x2EB632) is known color: Lime Green. HEX triplet: 2E, B6 and 32. RGB value is (46,182,50). Sum of RGB (Red+Green+Blue) = 46+182+50=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB632 is #D149CD. Grayscale: #7E7E7E. Windows color (decimal): -13715918 or 3323438. OLE color: 3323438.
HSL color Cylindrical-coordinate representation of color #2EB632: hue angle of 121.76º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB632 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 182 | 50 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.29 |
| HSL | 121.76º | 0.6% | 0.45% | - |
| HSV(B) | 121.76º | 0.75% | 0.71% | - |
| XYZ | 18.43 | 34.27 | 8.66 | - |
| YUV | 126.29 | 84.94 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 182 | 50 | 0.75 | 0 | 0.73 | 0.29 | 121.76 | 0.6 | 0.45 |
| Hex | 2E | B6 | 32 | 4B | 0 | 49 | 1D | 7A | 3C | 2D |
| Octal | 56 | 266 | 62 | 113 | 0 | 111 | 35 | 172 | 74 | 55 |
| Binary | 101110 | 10110110 | 110010 | 1001011 | 0 | 1001001 | 11101 | 1111010 | 111100 | 101101 |
Color Harmonies of #2EB632
Complementary color
Monochromatic Colors of #2EB632
Black with #2EB632
Text Example
Text Example
White with #2EB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB632; }
p { color: rgb(46,182,50); }
H1.HeaderClassName
{
color: #2EB632;
}
.AnyTagClassName
{
color: #2EB632;
}
</style>
background-color css
<style>
a { background-color: #2EB632; }
a { background-color: rgb(46,182,50); }
div.DivClassName
{
background-color: #2EB632;
}
.BgClassName
{
background-color: #2EB632;
}
</style>
border-color css
<style>
span { border-color: #2EB632; }
span { border-color: rgb(46,182,50); }
td.TdClassName
{
border-color: #2EB632;
}
.TagClassName
{
border-color: #2EB632;
}
</style>