Shades of Lime Green #32C733
Tints of Lime Green #32C733
RGB
CMYK
RGB Variations
Color information
#32C733 (or 0x32C733) is known color: Lime Green. HEX triplet: 32, C7 and 33. RGB value is (50,199,51). Sum of RGB (Red+Green+Blue) = 50+199+51=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 199 (78.12% from 255 or 66.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 199 - color contains mainly: green. Hex color #32C733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C733 is #CD38CC. Grayscale: #8A8A8A. Windows color (decimal): -13449421 or 3393330. OLE color: 3393330.
HSL color Cylindrical-coordinate representation of color #32C733: hue angle of 120.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C733 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 199 | 51 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.22 |
| HSL | 120.4º | 0.6% | 0.49% | - |
| HSV(B) | 120.4º | 0.75% | 0.78% | - |
| XYZ | 22.34 | 41.76 | 10.02 | - |
| YUV | 137.58 | 79.14 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 199 | 51 | 0.75 | 0 | 0.74 | 0.22 | 120.4 | 0.6 | 0.49 |
| Hex | 32 | C7 | 33 | 4B | 0 | 4A | 16 | 78 | 3C | 31 |
| Octal | 62 | 307 | 63 | 113 | 0 | 112 | 26 | 170 | 74 | 61 |
| Binary | 110010 | 11000111 | 110011 | 1001011 | 0 | 1001010 | 10110 | 1111000 | 111100 | 110001 |
Color Harmonies of #32C733
Complementary color
Monochromatic Colors of #32C733
Black with #32C733
Text Example
Text Example
White with #32C733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C733; }
p { color: rgb(50,199,51); }
H1.HeaderClassName
{
color: #32C733;
}
.AnyTagClassName
{
color: #32C733;
}
</style>
background-color css
<style>
a { background-color: #32C733; }
a { background-color: rgb(50,199,51); }
div.DivClassName
{
background-color: #32C733;
}
.BgClassName
{
background-color: #32C733;
}
</style>
border-color css
<style>
span { border-color: #32C733; }
span { border-color: rgb(50,199,51); }
td.TdClassName
{
border-color: #32C733;
}
.TagClassName
{
border-color: #32C733;
}
</style>