Shades of Lime Green #59E232
Tints of Lime Green #59E232
RGB
CMYK
RGB Variations
Color information
#59E232 (or 0x59E232) is known color: Lime Green. HEX triplet: 59, E2 and 32. RGB value is (89,226,50). Sum of RGB (Red+Green+Blue) = 89+226+50=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #59E232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59E232 is #A61DCD. Grayscale: #A5A5A5. Windows color (decimal): -10886606 or 3334745. OLE color: 3334745.
HSL color Cylindrical-coordinate representation of color #59E232: hue angle of 106.7º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59E232 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 226 | 50 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.11 |
| HSL | 106.7º | 0.75% | 0.54% | - |
| HSV(B) | 106.7º | 0.78% | 0.89% | - |
| XYZ | 31.89 | 56.75 | 12.29 | - |
| YUV | 164.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 50 | 0.61 | 0 | 0.78 | 0.11 | 106.7 | 0.75 | 0.54 |
| Hex | 59 | E2 | 32 | 3D | 0 | 4E | B | 6B | 4B | 36 |
| Octal | 131 | 342 | 62 | 75 | 0 | 116 | 13 | 153 | 113 | 66 |
| Binary | 1011001 | 11100010 | 110010 | 111101 | 0 | 1001110 | 1011 | 1101011 | 1001011 | 110110 |
Color Harmonies of #59E232
Complementary color
Monochromatic Colors of #59E232
Black with #59E232
Text Example
Text Example
White with #59E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E232; }
p { color: rgb(89,226,50); }
H1.HeaderClassName
{
color: #59E232;
}
.AnyTagClassName
{
color: #59E232;
}
</style>
background-color css
<style>
a { background-color: #59E232; }
a { background-color: rgb(89,226,50); }
div.DivClassName
{
background-color: #59E232;
}
.BgClassName
{
background-color: #59E232;
}
</style>
border-color css
<style>
span { border-color: #59E232; }
span { border-color: rgb(89,226,50); }
td.TdClassName
{
border-color: #59E232;
}
.TagClassName
{
border-color: #59E232;
}
</style>