Shades of Lime Green #32CE33
Tints of Lime Green #32CE33
RGB
CMYK
RGB Variations
Color information
#32CE33 (or 0x32CE33) is known color: Lime Green. HEX triplet: 32, CE and 33. RGB value is (50,206,51). Sum of RGB (Red+Green+Blue) = 50+206+51=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE33 is #CD31CC. Grayscale: #8E8E8E. Windows color (decimal): -13447629 or 3395122. OLE color: 3395122.
HSL color Cylindrical-coordinate representation of color #32CE33: hue angle of 120.38º 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 #32CE33 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 51 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.19 |
| HSL | 120.38º | 0.61% | 0.5% | - |
| HSV(B) | 120.38º | 0.76% | 0.81% | - |
| XYZ | 23.98 | 45.06 | 10.57 | - |
| YUV | 141.69 | 76.82 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 51 | 0.76 | 0 | 0.75 | 0.19 | 120.38 | 0.61 | 0.5 |
| Hex | 32 | CE | 33 | 4C | 0 | 4B | 13 | 78 | 3D | 32 |
| Octal | 62 | 316 | 63 | 114 | 0 | 113 | 23 | 170 | 75 | 62 |
| Binary | 110010 | 11001110 | 110011 | 1001100 | 0 | 1001011 | 10011 | 1111000 | 111101 | 110010 |
Color Harmonies of #32CE33
Complementary color
Monochromatic Colors of #32CE33
Black with #32CE33
Text Example
Text Example
White with #32CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE33; }
p { color: rgb(50,206,51); }
H1.HeaderClassName
{
color: #32CE33;
}
.AnyTagClassName
{
color: #32CE33;
}
</style>
background-color css
<style>
a { background-color: #32CE33; }
a { background-color: rgb(50,206,51); }
div.DivClassName
{
background-color: #32CE33;
}
.BgClassName
{
background-color: #32CE33;
}
</style>
border-color css
<style>
span { border-color: #32CE33; }
span { border-color: rgb(50,206,51); }
td.TdClassName
{
border-color: #32CE33;
}
.TagClassName
{
border-color: #32CE33;
}
</style>