Shades of Lime Green #2EEC32
Tints of Lime Green #2EEC32
RGB
CMYK
RGB Variations
Color information
#2EEC32 (or 0x2EEC32) is known color: Lime Green. HEX triplet: 2E, EC and 32. RGB value is (46,236,50). Sum of RGB (Red+Green+Blue) = 46+236+50=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC32 is #D113CD. Grayscale: #9E9E9E. Windows color (decimal): -13702094 or 3337262. OLE color: 3337262.
HSL color Cylindrical-coordinate representation of color #2EEC32: hue angle of 121.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC32 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 50 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.07 |
| HSL | 121.26º | 0.83% | 0.55% | - |
| HSV(B) | 121.26º | 0.81% | 0.93% | - |
| XYZ | 31.7 | 60.8 | 13.08 | - |
| YUV | 157.99 | 67.05 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 50 | 0.81 | 0 | 0.79 | 0.07 | 121.26 | 0.83 | 0.55 |
| Hex | 2E | EC | 32 | 51 | 0 | 4F | 7 | 79 | 53 | 37 |
| Octal | 56 | 354 | 62 | 121 | 0 | 117 | 7 | 171 | 123 | 67 |
| Binary | 101110 | 11101100 | 110010 | 1010001 | 0 | 1001111 | 111 | 1111001 | 1010011 | 110111 |
Color Harmonies of #2EEC32
Complementary color
Monochromatic Colors of #2EEC32
Black with #2EEC32
Text Example
Text Example
White with #2EEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC32; }
p { color: rgb(46,236,50); }
H1.HeaderClassName
{
color: #2EEC32;
}
.AnyTagClassName
{
color: #2EEC32;
}
</style>
background-color css
<style>
a { background-color: #2EEC32; }
a { background-color: rgb(46,236,50); }
div.DivClassName
{
background-color: #2EEC32;
}
.BgClassName
{
background-color: #2EEC32;
}
</style>
border-color css
<style>
span { border-color: #2EEC32; }
span { border-color: rgb(46,236,50); }
td.TdClassName
{
border-color: #2EEC32;
}
.TagClassName
{
border-color: #2EEC32;
}
</style>