Shades of Lime Green #2EBA33
Tints of Lime Green #2EBA33
RGB
CMYK
RGB Variations
Color information
#2EBA33 (or 0x2EBA33) is known color: Lime Green. HEX triplet: 2E, BA and 33. RGB value is (46,186,51). Sum of RGB (Red+Green+Blue) = 46+186+51=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA33 is #D145CC. Grayscale: #818181. Windows color (decimal): -13714893 or 3389998. OLE color: 3389998.
HSL color Cylindrical-coordinate representation of color #2EBA33: hue angle of 122.14º 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 #2EBA33 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 51 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.27 |
| HSL | 122.14º | 0.6% | 0.45% | - |
| HSV(B) | 122.14º | 0.75% | 0.73% | - |
| XYZ | 19.28 | 35.94 | 9.05 | - |
| YUV | 128.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 51 | 0.75 | 0 | 0.73 | 0.27 | 122.14 | 0.6 | 0.45 |
| Hex | 2E | BA | 33 | 4B | 0 | 49 | 1B | 7A | 3C | 2D |
| Octal | 56 | 272 | 63 | 113 | 0 | 111 | 33 | 172 | 74 | 55 |
| Binary | 101110 | 10111010 | 110011 | 1001011 | 0 | 1001001 | 11011 | 1111010 | 111100 | 101101 |
Color Harmonies of #2EBA33
Complementary color
Monochromatic Colors of #2EBA33
Black with #2EBA33
Text Example
Text Example
White with #2EBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA33; }
p { color: rgb(46,186,51); }
H1.HeaderClassName
{
color: #2EBA33;
}
.AnyTagClassName
{
color: #2EBA33;
}
</style>
background-color css
<style>
a { background-color: #2EBA33; }
a { background-color: rgb(46,186,51); }
div.DivClassName
{
background-color: #2EBA33;
}
.BgClassName
{
background-color: #2EBA33;
}
</style>
border-color css
<style>
span { border-color: #2EBA33; }
span { border-color: rgb(46,186,51); }
td.TdClassName
{
border-color: #2EBA33;
}
.TagClassName
{
border-color: #2EBA33;
}
</style>