Shades of Lime Green #32CC39
Tints of Lime Green #32CC39
RGB
CMYK
RGB Variations
Color information
#32CC39 (or 0x32CC39) is known color: Lime Green. HEX triplet: 32, CC and 39. RGB value is (50,204,57). Sum of RGB (Red+Green+Blue) = 50+204+57=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC39 is #CD33C6. Grayscale: #8D8D8D. Windows color (decimal): -13448135 or 3787826. OLE color: 3787826.
HSL color Cylindrical-coordinate representation of color #32CC39: hue angle of 122.73º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC39 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 57 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.2 |
| HSL | 122.73º | 0.61% | 0.5% | - |
| HSV(B) | 122.73º | 0.75% | 0.8% | - |
| XYZ | 23.65 | 44.16 | 11.15 | - |
| YUV | 141.2 | 80.48 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 57 | 0.75 | 0 | 0.72 | 0.2 | 122.73 | 0.61 | 0.5 |
| Hex | 32 | CC | 39 | 4B | 0 | 48 | 14 | 7B | 3D | 32 |
| Octal | 62 | 314 | 71 | 113 | 0 | 110 | 24 | 173 | 75 | 62 |
| Binary | 110010 | 11001100 | 111001 | 1001011 | 0 | 1001000 | 10100 | 1111011 | 111101 | 110010 |
Color Harmonies of #32CC39
Complementary color
Monochromatic Colors of #32CC39
Black with #32CC39
Text Example
Text Example
White with #32CC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC39; }
p { color: rgb(50,204,57); }
H1.HeaderClassName
{
color: #32CC39;
}
.AnyTagClassName
{
color: #32CC39;
}
</style>
background-color css
<style>
a { background-color: #32CC39; }
a { background-color: rgb(50,204,57); }
div.DivClassName
{
background-color: #32CC39;
}
.BgClassName
{
background-color: #32CC39;
}
</style>
border-color css
<style>
span { border-color: #32CC39; }
span { border-color: rgb(50,204,57); }
td.TdClassName
{
border-color: #32CC39;
}
.TagClassName
{
border-color: #32CC39;
}
</style>