Shades of Lime Green #32C935
Tints of Lime Green #32C935
RGB
CMYK
RGB Variations
Color information
#32C935 (or 0x32C935) is known color: Lime Green. HEX triplet: 32, C9 and 35. RGB value is (50,201,53). Sum of RGB (Red+Green+Blue) = 50+201+53=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #32C935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C935 is #CD36CA. Grayscale: #8B8B8B. Windows color (decimal): -13448907 or 3524914. OLE color: 3524914.
HSL color Cylindrical-coordinate representation of color #32C935: hue angle of 121.19º 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 #32C935 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 53 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.21 |
| HSL | 121.19º | 0.6% | 0.49% | - |
| HSV(B) | 121.19º | 0.75% | 0.79% | - |
| XYZ | 22.84 | 42.71 | 10.41 | - |
| YUV | 138.98 | 79.47 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 53 | 0.75 | 0 | 0.74 | 0.21 | 121.19 | 0.6 | 0.49 |
| Hex | 32 | C9 | 35 | 4B | 0 | 4A | 15 | 79 | 3C | 31 |
| Octal | 62 | 311 | 65 | 113 | 0 | 112 | 25 | 171 | 74 | 61 |
| Binary | 110010 | 11001001 | 110101 | 1001011 | 0 | 1001010 | 10101 | 1111001 | 111100 | 110001 |
Color Harmonies of #32C935
Complementary color
Monochromatic Colors of #32C935
Black with #32C935
Text Example
Text Example
White with #32C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C935; }
p { color: rgb(50,201,53); }
H1.HeaderClassName
{
color: #32C935;
}
.AnyTagClassName
{
color: #32C935;
}
</style>
background-color css
<style>
a { background-color: #32C935; }
a { background-color: rgb(50,201,53); }
div.DivClassName
{
background-color: #32C935;
}
.BgClassName
{
background-color: #32C935;
}
</style>
border-color css
<style>
span { border-color: #32C935; }
span { border-color: rgb(50,201,53); }
td.TdClassName
{
border-color: #32C935;
}
.TagClassName
{
border-color: #32C935;
}
</style>