Shades of Lime Green #32CE35
Tints of Lime Green #32CE35
RGB
CMYK
RGB Variations
Color information
#32CE35 (or 0x32CE35) is known color: Lime Green. HEX triplet: 32, CE and 35. RGB value is (50,206,53). Sum of RGB (Red+Green+Blue) = 50+206+53=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 206 (80.86% from 255 or 66.67% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE35 is #CD31CA. Grayscale: #8E8E8E. Windows color (decimal): -13447627 or 3526194. OLE color: 3526194.
HSL color Cylindrical-coordinate representation of color #32CE35: hue angle of 121.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE35 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 53 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.19 |
| HSL | 121.15º | 0.61% | 0.5% | - |
| HSV(B) | 121.15º | 0.76% | 0.81% | - |
| XYZ | 24.03 | 45.08 | 10.8 | - |
| YUV | 141.91 | 77.82 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 53 | 0.76 | 0 | 0.74 | 0.19 | 121.15 | 0.61 | 0.5 |
| Hex | 32 | CE | 35 | 4C | 0 | 4A | 13 | 79 | 3D | 32 |
| Octal | 62 | 316 | 65 | 114 | 0 | 112 | 23 | 171 | 75 | 62 |
| Binary | 110010 | 11001110 | 110101 | 1001100 | 0 | 1001010 | 10011 | 1111001 | 111101 | 110010 |
Color Harmonies of #32CE35
Complementary color
Monochromatic Colors of #32CE35
Black with #32CE35
Text Example
Text Example
White with #32CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE35; }
p { color: rgb(50,206,53); }
H1.HeaderClassName
{
color: #32CE35;
}
.AnyTagClassName
{
color: #32CE35;
}
</style>
background-color css
<style>
a { background-color: #32CE35; }
a { background-color: rgb(50,206,53); }
div.DivClassName
{
background-color: #32CE35;
}
.BgClassName
{
background-color: #32CE35;
}
</style>
border-color css
<style>
span { border-color: #32CE35; }
span { border-color: rgb(50,206,53); }
td.TdClassName
{
border-color: #32CE35;
}
.TagClassName
{
border-color: #32CE35;
}
</style>