Shades of Lime Green #2EFC3B
Tints of Lime Green #2EFC3B
RGB
CMYK
RGB Variations
Color information
#2EFC3B (or 0x2EFC3B) is known color: Lime Green. HEX triplet: 2E, FC and 3B. RGB value is (46,252,59). Sum of RGB (Red+Green+Blue) = 46+252+59=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 252 (98.83% from 255 or 70.59% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC3B is #D103C4. Grayscale: #A8A8A8. Windows color (decimal): -13697989 or 3931182. OLE color: 3931182.
HSL color Cylindrical-coordinate representation of color #2EFC3B: hue angle of 123.79º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC3B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 59 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.01 |
| HSL | 123.79º | 0.97% | 0.58% | - |
| HSV(B) | 123.79º | 0.82% | 0.99% | - |
| XYZ | 36.73 | 70.52 | 15.81 | - |
| YUV | 168.4 | 66.25 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 59 | 0.82 | 0 | 0.77 | 0.01 | 123.79 | 0.97 | 0.58 |
| Hex | 2E | FC | 3B | 52 | 0 | 4D | 1 | 7C | 61 | 3A |
| Octal | 56 | 374 | 73 | 122 | 0 | 115 | 1 | 174 | 141 | 72 |
| Binary | 101110 | 11111100 | 111011 | 1010010 | 0 | 1001101 | 1 | 1111100 | 1100001 | 111010 |
Color Harmonies of #2EFC3B
Complementary color
Monochromatic Colors of #2EFC3B
Black with #2EFC3B
Text Example
Text Example
White with #2EFC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC3B; }
p { color: rgb(46,252,59); }
H1.HeaderClassName
{
color: #2EFC3B;
}
.AnyTagClassName
{
color: #2EFC3B;
}
</style>
background-color css
<style>
a { background-color: #2EFC3B; }
a { background-color: rgb(46,252,59); }
div.DivClassName
{
background-color: #2EFC3B;
}
.BgClassName
{
background-color: #2EFC3B;
}
</style>
border-color css
<style>
span { border-color: #2EFC3B; }
span { border-color: rgb(46,252,59); }
td.TdClassName
{
border-color: #2EFC3B;
}
.TagClassName
{
border-color: #2EFC3B;
}
</style>