Shades of Lime Green #2EF231
Tints of Lime Green #2EF231
RGB
CMYK
RGB Variations
Color information
#2EF231 (or 0x2EF231) is known color: Lime Green. HEX triplet: 2E, F2 and 31. RGB value is (46,242,49). Sum of RGB (Red+Green+Blue) = 46+242+49=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF231 is #D10DCE. Grayscale: #A1A1A1. Windows color (decimal): -13700559 or 3273262. OLE color: 3273262.
HSL color Cylindrical-coordinate representation of color #2EF231: hue angle of 120.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF231 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 49 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.05 |
| HSL | 120.92º | 0.88% | 0.56% | - |
| HSV(B) | 120.92º | 0.81% | 0.95% | - |
| XYZ | 33.43 | 64.31 | 13.56 | - |
| YUV | 161.39 | 64.57 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 49 | 0.81 | 0 | 0.80 | 0.05 | 120.92 | 0.88 | 0.56 |
| Hex | 2E | F2 | 31 | 51 | 0 | 50 | 5 | 79 | 58 | 38 |
| Octal | 56 | 362 | 61 | 121 | 0 | 120 | 5 | 171 | 130 | 70 |
| Binary | 101110 | 11110010 | 110001 | 1010001 | 0 | 1010000 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2EF231
Complementary color
Monochromatic Colors of #2EF231
Black with #2EF231
Text Example
Text Example
White with #2EF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF231; }
p { color: rgb(46,242,49); }
H1.HeaderClassName
{
color: #2EF231;
}
.AnyTagClassName
{
color: #2EF231;
}
</style>
background-color css
<style>
a { background-color: #2EF231; }
a { background-color: rgb(46,242,49); }
div.DivClassName
{
background-color: #2EF231;
}
.BgClassName
{
background-color: #2EF231;
}
</style>
border-color css
<style>
span { border-color: #2EF231; }
span { border-color: rgb(46,242,49); }
td.TdClassName
{
border-color: #2EF231;
}
.TagClassName
{
border-color: #2EF231;
}
</style>