Shades of Lime Green #2EEF31
Tints of Lime Green #2EEF31
RGB
CMYK
RGB Variations
Color information
#2EEF31 (or 0x2EEF31) is known color: Lime Green. HEX triplet: 2E, EF and 31. RGB value is (46,239,49). Sum of RGB (Red+Green+Blue) = 46+239+49=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF31 is #D110CE. Grayscale: #A0A0A0. Windows color (decimal): -13701327 or 3272494. OLE color: 3272494.
HSL color Cylindrical-coordinate representation of color #2EEF31: hue angle of 120.93º 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 #2EEF31 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 49 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.06 |
| HSL | 120.93º | 0.86% | 0.56% | - |
| HSV(B) | 120.93º | 0.81% | 0.94% | - |
| XYZ | 32.55 | 62.54 | 13.26 | - |
| YUV | 159.63 | 65.56 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 49 | 0.81 | 0 | 0.79 | 0.06 | 120.93 | 0.86 | 0.56 |
| Hex | 2E | EF | 31 | 51 | 0 | 4F | 6 | 79 | 56 | 38 |
| Octal | 56 | 357 | 61 | 121 | 0 | 117 | 6 | 171 | 126 | 70 |
| Binary | 101110 | 11101111 | 110001 | 1010001 | 0 | 1001111 | 110 | 1111001 | 1010110 | 111000 |
Color Harmonies of #2EEF31
Complementary color
Monochromatic Colors of #2EEF31
Black with #2EEF31
Text Example
Text Example
White with #2EEF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF31; }
p { color: rgb(46,239,49); }
H1.HeaderClassName
{
color: #2EEF31;
}
.AnyTagClassName
{
color: #2EEF31;
}
</style>
background-color css
<style>
a { background-color: #2EEF31; }
a { background-color: rgb(46,239,49); }
div.DivClassName
{
background-color: #2EEF31;
}
.BgClassName
{
background-color: #2EEF31;
}
</style>
border-color css
<style>
span { border-color: #2EEF31; }
span { border-color: rgb(46,239,49); }
td.TdClassName
{
border-color: #2EEF31;
}
.TagClassName
{
border-color: #2EEF31;
}
</style>