Shades of Lime Green #2EF62E
Tints of Lime Green #2EF62E
RGB
CMYK
RGB Variations
Color information
#2EF62E (or 0x2EF62E) is known color: Lime Green. HEX triplet: 2E, F6 and 2E. RGB value is (46,246,46). Sum of RGB (Red+Green+Blue) = 46+246+46=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF62E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF62E is #D109D1. Grayscale: #A4A4A4. Windows color (decimal): -13699538 or 3077678. OLE color: 3077678.
HSL color Cylindrical-coordinate representation of color #2EF62E: hue angle of 120º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF62E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 46 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.04 |
| HSL | 120º | 0.92% | 0.57% | - |
| HSV(B) | 120º | 0.81% | 0.96% | - |
| XYZ | 34.58 | 66.69 | 13.63 | - |
| YUV | 163.4 | 61.74 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 46 | 0.81 | 0 | 0.81 | 0.04 | 120 | 0.92 | 0.57 |
| Hex | 2E | F6 | 2E | 51 | 0 | 51 | 4 | 78 | 5C | 39 |
| Octal | 56 | 366 | 56 | 121 | 0 | 121 | 4 | 170 | 134 | 71 |
| Binary | 101110 | 11110110 | 101110 | 1010001 | 0 | 1010001 | 100 | 1111000 | 1011100 | 111001 |
Color Harmonies of #2EF62E
Complementary color
Monochromatic Colors of #2EF62E
Black with #2EF62E
Text Example
Text Example
White with #2EF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF62E; }
p { color: rgb(46,246,46); }
H1.HeaderClassName
{
color: #2EF62E;
}
.AnyTagClassName
{
color: #2EF62E;
}
</style>
background-color css
<style>
a { background-color: #2EF62E; }
a { background-color: rgb(46,246,46); }
div.DivClassName
{
background-color: #2EF62E;
}
.BgClassName
{
background-color: #2EF62E;
}
</style>
border-color css
<style>
span { border-color: #2EF62E; }
span { border-color: rgb(46,246,46); }
td.TdClassName
{
border-color: #2EF62E;
}
.TagClassName
{
border-color: #2EF62E;
}
</style>