Shades of Lime Green #32EF40
Tints of Lime Green #32EF40
RGB
CMYK
RGB Variations
Color information
#32EF40 (or 0x32EF40) is known color: Lime Green. HEX triplet: 32, EF and 40. RGB value is (50,239,64). Sum of RGB (Red+Green+Blue) = 50+239+64=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF40 is #CD10BF. Grayscale: #A3A3A3. Windows color (decimal): -13439168 or 4255538. OLE color: 4255538.
HSL color Cylindrical-coordinate representation of color #32EF40: hue angle of 124.44º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF40 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 64 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.06 |
| HSL | 124.44º | 0.86% | 0.57% | - |
| HSV(B) | 124.44º | 0.79% | 0.94% | - |
| XYZ | 33.11 | 62.78 | 15.22 | - |
| YUV | 162.54 | 72.38 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 64 | 0.79 | 0 | 0.73 | 0.06 | 124.44 | 0.86 | 0.57 |
| Hex | 32 | EF | 40 | 4F | 0 | 49 | 6 | 7C | 56 | 39 |
| Octal | 62 | 357 | 100 | 117 | 0 | 111 | 6 | 174 | 126 | 71 |
| Binary | 110010 | 11101111 | 1000000 | 1001111 | 0 | 1001001 | 110 | 1111100 | 1010110 | 111001 |
Color Harmonies of #32EF40
Complementary color
Monochromatic Colors of #32EF40
Black with #32EF40
Text Example
Text Example
White with #32EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF40; }
p { color: rgb(50,239,64); }
H1.HeaderClassName
{
color: #32EF40;
}
.AnyTagClassName
{
color: #32EF40;
}
</style>
background-color css
<style>
a { background-color: #32EF40; }
a { background-color: rgb(50,239,64); }
div.DivClassName
{
background-color: #32EF40;
}
.BgClassName
{
background-color: #32EF40;
}
</style>
border-color css
<style>
span { border-color: #32EF40; }
span { border-color: rgb(50,239,64); }
td.TdClassName
{
border-color: #32EF40;
}
.TagClassName
{
border-color: #32EF40;
}
</style>