Shades of Lime Green #2EE035
Tints of Lime Green #2EE035
RGB
CMYK
RGB Variations
Color information
#2EE035 (or 0x2EE035) is known color: Lime Green. HEX triplet: 2E, E0 and 35. RGB value is (46,224,53). Sum of RGB (Red+Green+Blue) = 46+224+53=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE035 is #D11FCA. Grayscale: #979797. Windows color (decimal): -13705163 or 3530798. OLE color: 3530798.
HSL color Cylindrical-coordinate representation of color #2EE035: hue angle of 122.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE035 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 53 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.12 |
| HSL | 122.36º | 0.74% | 0.53% | - |
| HSV(B) | 122.36º | 0.79% | 0.88% | - |
| XYZ | 28.42 | 54.15 | 12.32 | - |
| YUV | 151.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 53 | 0.79 | 0 | 0.76 | 0.12 | 122.36 | 0.74 | 0.53 |
| Hex | 2E | E0 | 35 | 4F | 0 | 4C | C | 7A | 4A | 35 |
| Octal | 56 | 340 | 65 | 117 | 0 | 114 | 14 | 172 | 112 | 65 |
| Binary | 101110 | 11100000 | 110101 | 1001111 | 0 | 1001100 | 1100 | 1111010 | 1001010 | 110101 |
Color Harmonies of #2EE035
Complementary color
Monochromatic Colors of #2EE035
Black with #2EE035
Text Example
Text Example
White with #2EE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE035; }
p { color: rgb(46,224,53); }
H1.HeaderClassName
{
color: #2EE035;
}
.AnyTagClassName
{
color: #2EE035;
}
</style>
background-color css
<style>
a { background-color: #2EE035; }
a { background-color: rgb(46,224,53); }
div.DivClassName
{
background-color: #2EE035;
}
.BgClassName
{
background-color: #2EE035;
}
</style>
border-color css
<style>
span { border-color: #2EE035; }
span { border-color: rgb(46,224,53); }
td.TdClassName
{
border-color: #2EE035;
}
.TagClassName
{
border-color: #2EE035;
}
</style>