Shades of Lime Green #2EF329
Tints of Lime Green #2EF329
RGB
CMYK
RGB Variations
Color information
#2EF329 (or 0x2EF329) is known color: Lime Green. HEX triplet: 2E, F3 and 29. RGB value is (46,243,41). Sum of RGB (Red+Green+Blue) = 46+243+41=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF329 is #D10CD6. Grayscale: #A1A1A1. Windows color (decimal): -13700311 or 2749230. OLE color: 2749230.
HSL color Cylindrical-coordinate representation of color #2EF329: hue angle of 118.51º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EF329 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 41 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.05 |
| HSL | 118.51º | 0.89% | 0.56% | - |
| HSV(B) | 118.51º | 0.83% | 0.95% | - |
| XYZ | 33.58 | 64.84 | 12.84 | - |
| YUV | 161.07 | 60.23 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 41 | 0.81 | 0 | 0.83 | 0.05 | 118.51 | 0.89 | 0.56 |
| Hex | 2E | F3 | 29 | 51 | 0 | 53 | 5 | 77 | 59 | 38 |
| Octal | 56 | 363 | 51 | 121 | 0 | 123 | 5 | 167 | 131 | 70 |
| Binary | 101110 | 11110011 | 101001 | 1010001 | 0 | 1010011 | 101 | 1110111 | 1011001 | 111000 |
Color Harmonies of #2EF329
Complementary color
Monochromatic Colors of #2EF329
Black with #2EF329
Text Example
Text Example
White with #2EF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF329; }
p { color: rgb(46,243,41); }
H1.HeaderClassName
{
color: #2EF329;
}
.AnyTagClassName
{
color: #2EF329;
}
</style>
background-color css
<style>
a { background-color: #2EF329; }
a { background-color: rgb(46,243,41); }
div.DivClassName
{
background-color: #2EF329;
}
.BgClassName
{
background-color: #2EF329;
}
</style>
border-color css
<style>
span { border-color: #2EF329; }
span { border-color: rgb(46,243,41); }
td.TdClassName
{
border-color: #2EF329;
}
.TagClassName
{
border-color: #2EF329;
}
</style>