Shades of Lime Green #32C94F
Tints of Lime Green #32C94F
RGB
CMYK
RGB Variations
Color information
#32C94F (or 0x32C94F) is known color: Lime Green. HEX triplet: 32, C9 and 4F. RGB value is (50,201,79). Sum of RGB (Red+Green+Blue) = 50+201+79=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #32C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C94F is #CD36B0. Grayscale: #8E8E8E. Windows color (decimal): -13448881 or 5228850. OLE color: 5228850.
HSL color Cylindrical-coordinate representation of color #32C94F: hue angle of 131.52º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C94F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 79 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.21 |
| HSL | 131.52º | 0.6% | 0.49% | - |
| HSV(B) | 131.52º | 0.75% | 0.79% | - |
| XYZ | 23.61 | 43.02 | 14.46 | - |
| YUV | 141.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 79 | 0.75 | 0 | 0.61 | 0.21 | 131.52 | 0.6 | 0.49 |
| Hex | 32 | C9 | 4F | 4B | 0 | 3D | 15 | 84 | 3C | 31 |
| Octal | 62 | 311 | 117 | 113 | 0 | 75 | 25 | 204 | 74 | 61 |
| Binary | 110010 | 11001001 | 1001111 | 1001011 | 0 | 111101 | 10101 | 10000100 | 111100 | 110001 |
Color Harmonies of #32C94F
Complementary color
Monochromatic Colors of #32C94F
Black with #32C94F
Text Example
Text Example
White with #32C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C94F; }
p { color: rgb(50,201,79); }
H1.HeaderClassName
{
color: #32C94F;
}
.AnyTagClassName
{
color: #32C94F;
}
</style>
background-color css
<style>
a { background-color: #32C94F; }
a { background-color: rgb(50,201,79); }
div.DivClassName
{
background-color: #32C94F;
}
.BgClassName
{
background-color: #32C94F;
}
</style>
border-color css
<style>
span { border-color: #32C94F; }
span { border-color: rgb(50,201,79); }
td.TdClassName
{
border-color: #32C94F;
}
.TagClassName
{
border-color: #32C94F;
}
</style>