Shades of Lime Green #59EF32
Tints of Lime Green #59EF32
RGB
CMYK
RGB Variations
Color information
#59EF32 (or 0x59EF32) is known color: Lime Green. HEX triplet: 59, EF and 32. RGB value is (89,239,50). Sum of RGB (Red+Green+Blue) = 89+239+50=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #59EF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #59EF32 is #A610CD. Grayscale: #ADADAD. Windows color (decimal): -10883278 or 3338073. OLE color: 3338073.
HSL color Cylindrical-coordinate representation of color #59EF32: hue angle of 107.62º 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 #59EF32 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 50 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.06 |
| HSL | 107.62º | 0.86% | 0.57% | - |
| HSV(B) | 107.62º | 0.79% | 0.94% | - |
| XYZ | 35.56 | 64.09 | 13.51 | - |
| YUV | 172.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 50 | 0.63 | 0 | 0.79 | 0.06 | 107.62 | 0.86 | 0.57 |
| Hex | 59 | EF | 32 | 3F | 0 | 4F | 6 | 6C | 56 | 39 |
| Octal | 131 | 357 | 62 | 77 | 0 | 117 | 6 | 154 | 126 | 71 |
| Binary | 1011001 | 11101111 | 110010 | 111111 | 0 | 1001111 | 110 | 1101100 | 1010110 | 111001 |
Color Harmonies of #59EF32
Complementary color
Monochromatic Colors of #59EF32
Black with #59EF32
Text Example
Text Example
White with #59EF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EF32; }
p { color: rgb(89,239,50); }
H1.HeaderClassName
{
color: #59EF32;
}
.AnyTagClassName
{
color: #59EF32;
}
</style>
background-color css
<style>
a { background-color: #59EF32; }
a { background-color: rgb(89,239,50); }
div.DivClassName
{
background-color: #59EF32;
}
.BgClassName
{
background-color: #59EF32;
}
</style>
border-color css
<style>
span { border-color: #59EF32; }
span { border-color: rgb(89,239,50); }
td.TdClassName
{
border-color: #59EF32;
}
.TagClassName
{
border-color: #59EF32;
}
</style>