Shades of Lime Green #2EE32C
Tints of Lime Green #2EE32C
RGB
CMYK
RGB Variations
Color information
#2EE32C (or 0x2EE32C) is known color: Lime Green. HEX triplet: 2E, E3 and 2C. RGB value is (46,227,44). Sum of RGB (Red+Green+Blue) = 46+227+44=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE32C is #D11CD3. Grayscale: #989898. Windows color (decimal): -13704404 or 2941742. OLE color: 2941742.
HSL color Cylindrical-coordinate representation of color #2EE32C: hue angle of 119.34º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE32C is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 44 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.11 |
| HSL | 119.34º | 0.77% | 0.53% | - |
| HSV(B) | 119.34º | 0.81% | 0.89% | - |
| XYZ | 29.05 | 55.7 | 11.6 | - |
| YUV | 152.02 | 67.03 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 44 | 0.80 | 0 | 0.81 | 0.11 | 119.34 | 0.77 | 0.53 |
| Hex | 2E | E3 | 2C | 50 | 0 | 51 | B | 77 | 4D | 35 |
| Octal | 56 | 343 | 54 | 120 | 0 | 121 | 13 | 167 | 115 | 65 |
| Binary | 101110 | 11100011 | 101100 | 1010000 | 0 | 1010001 | 1011 | 1110111 | 1001101 | 110101 |
Color Harmonies of #2EE32C
Complementary color
Monochromatic Colors of #2EE32C
Black with #2EE32C
Text Example
Text Example
White with #2EE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE32C; }
p { color: rgb(46,227,44); }
H1.HeaderClassName
{
color: #2EE32C;
}
.AnyTagClassName
{
color: #2EE32C;
}
</style>
background-color css
<style>
a { background-color: #2EE32C; }
a { background-color: rgb(46,227,44); }
div.DivClassName
{
background-color: #2EE32C;
}
.BgClassName
{
background-color: #2EE32C;
}
</style>
border-color css
<style>
span { border-color: #2EE32C; }
span { border-color: rgb(46,227,44); }
td.TdClassName
{
border-color: #2EE32C;
}
.TagClassName
{
border-color: #2EE32C;
}
</style>