Shades of Lime Green #2EFC32
Tints of Lime Green #2EFC32
RGB
CMYK
RGB Variations
Color information
#2EFC32 (or 0x2EFC32) is known color: Lime Green. HEX triplet: 2E, FC and 32. RGB value is (46,252,50). Sum of RGB (Red+Green+Blue) = 46+252+50=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC32 is #D103CD. Grayscale: #A7A7A7. Windows color (decimal): -13697998 or 3341358. OLE color: 3341358.
HSL color Cylindrical-coordinate representation of color #2EFC32: hue angle of 121.17º 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 #2EFC32 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 50 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.01 |
| HSL | 121.17º | 0.97% | 0.58% | - |
| HSV(B) | 121.17º | 0.82% | 0.99% | - |
| XYZ | 36.51 | 70.43 | 14.69 | - |
| YUV | 167.38 | 61.75 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 50 | 0.82 | 0 | 0.80 | 0.01 | 121.17 | 0.97 | 0.58 |
| Hex | 2E | FC | 32 | 52 | 0 | 50 | 1 | 79 | 61 | 3A |
| Octal | 56 | 374 | 62 | 122 | 0 | 120 | 1 | 171 | 141 | 72 |
| Binary | 101110 | 11111100 | 110010 | 1010010 | 0 | 1010000 | 1 | 1111001 | 1100001 | 111010 |
Color Harmonies of #2EFC32
Complementary color
Monochromatic Colors of #2EFC32
Black with #2EFC32
Text Example
Text Example
White with #2EFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC32; }
p { color: rgb(46,252,50); }
H1.HeaderClassName
{
color: #2EFC32;
}
.AnyTagClassName
{
color: #2EFC32;
}
</style>
background-color css
<style>
a { background-color: #2EFC32; }
a { background-color: rgb(46,252,50); }
div.DivClassName
{
background-color: #2EFC32;
}
.BgClassName
{
background-color: #2EFC32;
}
</style>
border-color css
<style>
span { border-color: #2EFC32; }
span { border-color: rgb(46,252,50); }
td.TdClassName
{
border-color: #2EFC32;
}
.TagClassName
{
border-color: #2EFC32;
}
</style>