Shades of Lime Green #2EEF36
Tints of Lime Green #2EEF36
RGB
CMYK
RGB Variations
Color information
#2EEF36 (or 0x2EEF36) is known color: Lime Green. HEX triplet: 2E, EF and 36. RGB value is (46,239,54). Sum of RGB (Red+Green+Blue) = 46+239+54=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF36 is #D110C9. Grayscale: #A0A0A0. Windows color (decimal): -13701322 or 3600174. OLE color: 3600174.
HSL color Cylindrical-coordinate representation of color #2EEF36: hue angle of 122.49º 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 #2EEF36 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 54 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.06 |
| HSL | 122.49º | 0.86% | 0.56% | - |
| HSV(B) | 122.49º | 0.81% | 0.94% | - |
| XYZ | 32.66 | 62.58 | 13.85 | - |
| YUV | 160.2 | 68.06 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 54 | 0.81 | 0 | 0.77 | 0.06 | 122.49 | 0.86 | 0.56 |
| Hex | 2E | EF | 36 | 51 | 0 | 4D | 6 | 7A | 56 | 38 |
| Octal | 56 | 357 | 66 | 121 | 0 | 115 | 6 | 172 | 126 | 70 |
| Binary | 101110 | 11101111 | 110110 | 1010001 | 0 | 1001101 | 110 | 1111010 | 1010110 | 111000 |
Color Harmonies of #2EEF36
Complementary color
Monochromatic Colors of #2EEF36
Black with #2EEF36
Text Example
Text Example
White with #2EEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF36; }
p { color: rgb(46,239,54); }
H1.HeaderClassName
{
color: #2EEF36;
}
.AnyTagClassName
{
color: #2EEF36;
}
</style>
background-color css
<style>
a { background-color: #2EEF36; }
a { background-color: rgb(46,239,54); }
div.DivClassName
{
background-color: #2EEF36;
}
.BgClassName
{
background-color: #2EEF36;
}
</style>
border-color css
<style>
span { border-color: #2EEF36; }
span { border-color: rgb(46,239,54); }
td.TdClassName
{
border-color: #2EEF36;
}
.TagClassName
{
border-color: #2EEF36;
}
</style>