Shades of Lime Green #2EEB46
Tints of Lime Green #2EEB46
RGB
CMYK
RGB Variations
Color information
#2EEB46 (or 0x2EEB46) is known color: Lime Green. HEX triplet: 2E, EB and 46. RGB value is (46,235,70). Sum of RGB (Red+Green+Blue) = 46+235+70=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 235 (92.19% from 255 or 66.95% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB46 is #D114B9. Grayscale: #A0A0A0. Windows color (decimal): -13702330 or 4647726. OLE color: 4647726.
HSL color Cylindrical-coordinate representation of color #2EEB46: hue angle of 127.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB46 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 70 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.08 |
| HSL | 127.62º | 0.83% | 0.55% | - |
| HSV(B) | 127.62º | 0.8% | 0.92% | - |
| XYZ | 31.94 | 60.44 | 15.78 | - |
| YUV | 159.68 | 77.38 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 70 | 0.80 | 0 | 0.70 | 0.08 | 127.62 | 0.83 | 0.55 |
| Hex | 2E | EB | 46 | 50 | 0 | 46 | 8 | 80 | 53 | 37 |
| Octal | 56 | 353 | 106 | 120 | 0 | 106 | 10 | 200 | 123 | 67 |
| Binary | 101110 | 11101011 | 1000110 | 1010000 | 0 | 1000110 | 1000 | 10000000 | 1010011 | 110111 |
Color Harmonies of #2EEB46
Complementary color
Monochromatic Colors of #2EEB46
Black with #2EEB46
Text Example
Text Example
White with #2EEB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB46; }
p { color: rgb(46,235,70); }
H1.HeaderClassName
{
color: #2EEB46;
}
.AnyTagClassName
{
color: #2EEB46;
}
</style>
background-color css
<style>
a { background-color: #2EEB46; }
a { background-color: rgb(46,235,70); }
div.DivClassName
{
background-color: #2EEB46;
}
.BgClassName
{
background-color: #2EEB46;
}
</style>
border-color css
<style>
span { border-color: #2EEB46; }
span { border-color: rgb(46,235,70); }
td.TdClassName
{
border-color: #2EEB46;
}
.TagClassName
{
border-color: #2EEB46;
}
</style>