Shades of Lime Green #2EEF40
Tints of Lime Green #2EEF40
RGB
CMYK
RGB Variations
Color information
#2EEF40 (or 0x2EEF40) is known color: Lime Green. HEX triplet: 2E, EF and 40. RGB value is (46,239,64). Sum of RGB (Red+Green+Blue) = 46+239+64=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF40 is #D110BF. Grayscale: #A1A1A1. Windows color (decimal): -13701312 or 4255534. OLE color: 4255534.
HSL color Cylindrical-coordinate representation of color #2EEF40: hue angle of 125.6º 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 #2EEF40 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 64 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.06 |
| HSL | 125.6º | 0.86% | 0.56% | - |
| HSV(B) | 125.6º | 0.81% | 0.94% | - |
| XYZ | 32.92 | 62.68 | 15.21 | - |
| YUV | 161.34 | 73.06 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 64 | 0.81 | 0 | 0.73 | 0.06 | 125.6 | 0.86 | 0.56 |
| Hex | 2E | EF | 40 | 51 | 0 | 49 | 6 | 7E | 56 | 38 |
| Octal | 56 | 357 | 100 | 121 | 0 | 111 | 6 | 176 | 126 | 70 |
| Binary | 101110 | 11101111 | 1000000 | 1010001 | 0 | 1001001 | 110 | 1111110 | 1010110 | 111000 |
Color Harmonies of #2EEF40
Complementary color
Monochromatic Colors of #2EEF40
Black with #2EEF40
Text Example
Text Example
White with #2EEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF40; }
p { color: rgb(46,239,64); }
H1.HeaderClassName
{
color: #2EEF40;
}
.AnyTagClassName
{
color: #2EEF40;
}
</style>
background-color css
<style>
a { background-color: #2EEF40; }
a { background-color: rgb(46,239,64); }
div.DivClassName
{
background-color: #2EEF40;
}
.BgClassName
{
background-color: #2EEF40;
}
</style>
border-color css
<style>
span { border-color: #2EEF40; }
span { border-color: rgb(46,239,64); }
td.TdClassName
{
border-color: #2EEF40;
}
.TagClassName
{
border-color: #2EEF40;
}
</style>