Shades of Lime Green #32E93B
Tints of Lime Green #32E93B
RGB
CMYK
RGB Variations
Color information
#32E93B (or 0x32E93B) is known color: Lime Green. HEX triplet: 32, E9 and 3B. RGB value is (50,233,59). Sum of RGB (Red+Green+Blue) = 50+233+59=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #32E93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E93B is #CD16C4. Grayscale: #9E9E9E. Windows color (decimal): -13440709 or 3926322. OLE color: 3926322.
HSL color Cylindrical-coordinate representation of color #32E93B: hue angle of 122.95º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E93B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 59 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.09 |
| HSL | 122.95º | 0.81% | 0.55% | - |
| HSV(B) | 122.95º | 0.79% | 0.91% | - |
| XYZ | 31.24 | 59.27 | 13.93 | - |
| YUV | 158.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 59 | 0.79 | 0 | 0.75 | 0.09 | 122.95 | 0.81 | 0.55 |
| Hex | 32 | E9 | 3B | 4F | 0 | 4B | 9 | 7B | 51 | 37 |
| Octal | 62 | 351 | 73 | 117 | 0 | 113 | 11 | 173 | 121 | 67 |
| Binary | 110010 | 11101001 | 111011 | 1001111 | 0 | 1001011 | 1001 | 1111011 | 1010001 | 110111 |
Color Harmonies of #32E93B
Complementary color
Monochromatic Colors of #32E93B
Black with #32E93B
Text Example
Text Example
White with #32E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E93B; }
p { color: rgb(50,233,59); }
H1.HeaderClassName
{
color: #32E93B;
}
.AnyTagClassName
{
color: #32E93B;
}
</style>
background-color css
<style>
a { background-color: #32E93B; }
a { background-color: rgb(50,233,59); }
div.DivClassName
{
background-color: #32E93B;
}
.BgClassName
{
background-color: #32E93B;
}
</style>
border-color css
<style>
span { border-color: #32E93B; }
span { border-color: rgb(50,233,59); }
td.TdClassName
{
border-color: #32E93B;
}
.TagClassName
{
border-color: #32E93B;
}
</style>