Shades of Lime Green #2EEF3E
Tints of Lime Green #2EEF3E
RGB
CMYK
RGB Variations
Color information
#2EEF3E (or 0x2EEF3E) is known color: Lime Green. HEX triplet: 2E, EF and 3E. RGB value is (46,239,62). Sum of RGB (Red+Green+Blue) = 46+239+62=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 239 (93.75% from 255 or 68.88% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF3E is #D110C1. Grayscale: #A1A1A1. Windows color (decimal): -13701314 or 4124462. OLE color: 4124462.
HSL color Cylindrical-coordinate representation of color #2EEF3E: hue angle of 124.97º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF3E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 62 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.06 |
| HSL | 124.97º | 0.86% | 0.56% | - |
| HSV(B) | 124.97º | 0.81% | 0.94% | - |
| XYZ | 32.86 | 62.66 | 14.92 | - |
| YUV | 161.12 | 72.06 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 62 | 0.81 | 0 | 0.74 | 0.06 | 124.97 | 0.86 | 0.56 |
| Hex | 2E | EF | 3E | 51 | 0 | 4A | 6 | 7D | 56 | 38 |
| Octal | 56 | 357 | 76 | 121 | 0 | 112 | 6 | 175 | 126 | 70 |
| Binary | 101110 | 11101111 | 111110 | 1010001 | 0 | 1001010 | 110 | 1111101 | 1010110 | 111000 |
Color Harmonies of #2EEF3E
Complementary color
Monochromatic Colors of #2EEF3E
Black with #2EEF3E
Text Example
Text Example
White with #2EEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF3E; }
p { color: rgb(46,239,62); }
H1.HeaderClassName
{
color: #2EEF3E;
}
.AnyTagClassName
{
color: #2EEF3E;
}
</style>
background-color css
<style>
a { background-color: #2EEF3E; }
a { background-color: rgb(46,239,62); }
div.DivClassName
{
background-color: #2EEF3E;
}
.BgClassName
{
background-color: #2EEF3E;
}
</style>
border-color css
<style>
span { border-color: #2EEF3E; }
span { border-color: rgb(46,239,62); }
td.TdClassName
{
border-color: #2EEF3E;
}
.TagClassName
{
border-color: #2EEF3E;
}
</style>