Shades of Lime Green #32E93C
Tints of Lime Green #32E93C
RGB
CMYK
RGB Variations
Color information
#32E93C (or 0x32E93C) is known color: Lime Green. HEX triplet: 32, E9 and 3C. RGB value is (50,233,60). Sum of RGB (Red+Green+Blue) = 50+233+60=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #32E93C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E93C is #CD16C3. Grayscale: #9F9F9F. Windows color (decimal): -13440708 or 3991858. OLE color: 3991858.
HSL color Cylindrical-coordinate representation of color #32E93C: hue angle of 123.28º 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 #32E93C is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 60 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.09 |
| HSL | 123.28º | 0.81% | 0.55% | - |
| HSV(B) | 123.28º | 0.79% | 0.91% | - |
| XYZ | 31.27 | 59.28 | 14.07 | - |
| YUV | 158.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 60 | 0.79 | 0 | 0.74 | 0.09 | 123.28 | 0.81 | 0.55 |
| Hex | 32 | E9 | 3C | 4F | 0 | 4A | 9 | 7B | 51 | 37 |
| Octal | 62 | 351 | 74 | 117 | 0 | 112 | 11 | 173 | 121 | 67 |
| Binary | 110010 | 11101001 | 111100 | 1001111 | 0 | 1001010 | 1001 | 1111011 | 1010001 | 110111 |
Color Harmonies of #32E93C
Complementary color
Monochromatic Colors of #32E93C
Black with #32E93C
Text Example
Text Example
White with #32E93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E93C; }
p { color: rgb(50,233,60); }
H1.HeaderClassName
{
color: #32E93C;
}
.AnyTagClassName
{
color: #32E93C;
}
</style>
background-color css
<style>
a { background-color: #32E93C; }
a { background-color: rgb(50,233,60); }
div.DivClassName
{
background-color: #32E93C;
}
.BgClassName
{
background-color: #32E93C;
}
</style>
border-color css
<style>
span { border-color: #32E93C; }
span { border-color: rgb(50,233,60); }
td.TdClassName
{
border-color: #32E93C;
}
.TagClassName
{
border-color: #32E93C;
}
</style>