Shades of Lime Green #32D93C
Tints of Lime Green #32D93C
RGB
CMYK
RGB Variations
Color information
#32D93C (or 0x32D93C) is known color: Lime Green. HEX triplet: 32, D9 and 3C. RGB value is (50,217,60). Sum of RGB (Red+Green+Blue) = 50+217+60=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #32D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D93C is #CD26C3. Grayscale: #959595. Windows color (decimal): -13444804 or 3987762. OLE color: 3987762.
HSL color Cylindrical-coordinate representation of color #32D93C: hue angle of 123.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D93C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 60 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.15 |
| HSL | 123.59º | 0.69% | 0.52% | - |
| HSV(B) | 123.59º | 0.77% | 0.85% | - |
| XYZ | 26.94 | 50.63 | 12.63 | - |
| YUV | 149.17 | 77.67 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 60 | 0.77 | 0 | 0.72 | 0.15 | 123.59 | 0.69 | 0.52 |
| Hex | 32 | D9 | 3C | 4D | 0 | 48 | F | 7C | 45 | 34 |
| Octal | 62 | 331 | 74 | 115 | 0 | 110 | 17 | 174 | 105 | 64 |
| Binary | 110010 | 11011001 | 111100 | 1001101 | 0 | 1001000 | 1111 | 1111100 | 1000101 | 110100 |
Color Harmonies of #32D93C
Complementary color
Monochromatic Colors of #32D93C
Black with #32D93C
Text Example
Text Example
White with #32D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D93C; }
p { color: rgb(50,217,60); }
H1.HeaderClassName
{
color: #32D93C;
}
.AnyTagClassName
{
color: #32D93C;
}
</style>
background-color css
<style>
a { background-color: #32D93C; }
a { background-color: rgb(50,217,60); }
div.DivClassName
{
background-color: #32D93C;
}
.BgClassName
{
background-color: #32D93C;
}
</style>
border-color css
<style>
span { border-color: #32D93C; }
span { border-color: rgb(50,217,60); }
td.TdClassName
{
border-color: #32D93C;
}
.TagClassName
{
border-color: #32D93C;
}
</style>