Shades of Lime Green #2EEF2F
Tints of Lime Green #2EEF2F
RGB
CMYK
RGB Variations
Color information
#2EEF2F (or 0x2EEF2F) is known color: Lime Green. HEX triplet: 2E, EF and 2F. RGB value is (46,239,47). Sum of RGB (Red+Green+Blue) = 46+239+47=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF2F is #D110D0. Grayscale: #9F9F9F. Windows color (decimal): -13701329 or 3141422. OLE color: 3141422.
HSL color Cylindrical-coordinate representation of color #2EEF2F: hue angle of 120.31º 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 #2EEF2F is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 47 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.06 |
| HSL | 120.31º | 0.86% | 0.56% | - |
| HSV(B) | 120.31º | 0.81% | 0.94% | - |
| XYZ | 32.51 | 62.52 | 13.04 | - |
| YUV | 159.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 47 | 0.81 | 0 | 0.80 | 0.06 | 120.31 | 0.86 | 0.56 |
| Hex | 2E | EF | 2F | 51 | 0 | 50 | 6 | 78 | 56 | 38 |
| Octal | 56 | 357 | 57 | 121 | 0 | 120 | 6 | 170 | 126 | 70 |
| Binary | 101110 | 11101111 | 101111 | 1010001 | 0 | 1010000 | 110 | 1111000 | 1010110 | 111000 |
Color Harmonies of #2EEF2F
Complementary color
Monochromatic Colors of #2EEF2F
Black with #2EEF2F
Text Example
Text Example
White with #2EEF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF2F; }
p { color: rgb(46,239,47); }
H1.HeaderClassName
{
color: #2EEF2F;
}
.AnyTagClassName
{
color: #2EEF2F;
}
</style>
background-color css
<style>
a { background-color: #2EEF2F; }
a { background-color: rgb(46,239,47); }
div.DivClassName
{
background-color: #2EEF2F;
}
.BgClassName
{
background-color: #2EEF2F;
}
</style>
border-color css
<style>
span { border-color: #2EEF2F; }
span { border-color: rgb(46,239,47); }
td.TdClassName
{
border-color: #2EEF2F;
}
.TagClassName
{
border-color: #2EEF2F;
}
</style>