Shades of Lime Green #32CE49
Tints of Lime Green #32CE49
RGB
CMYK
RGB Variations
Color information
#32CE49 (or 0x32CE49) is known color: Lime Green. HEX triplet: 32, CE and 49. RGB value is (50,206,73). Sum of RGB (Red+Green+Blue) = 50+206+73=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE49 is #CD31B6. Grayscale: #909090. Windows color (decimal): -13447607 or 4836914. OLE color: 4836914.
HSL color Cylindrical-coordinate representation of color #32CE49: hue angle of 128.85º 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 #32CE49 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 73 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.19 |
| HSL | 128.85º | 0.61% | 0.5% | - |
| HSV(B) | 128.85º | 0.76% | 0.81% | - |
| XYZ | 24.59 | 45.3 | 13.75 | - |
| YUV | 144.19 | 87.82 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 73 | 0.76 | 0 | 0.65 | 0.19 | 128.85 | 0.61 | 0.5 |
| Hex | 32 | CE | 49 | 4C | 0 | 41 | 13 | 81 | 3D | 32 |
| Octal | 62 | 316 | 111 | 114 | 0 | 101 | 23 | 201 | 75 | 62 |
| Binary | 110010 | 11001110 | 1001001 | 1001100 | 0 | 1000001 | 10011 | 10000001 | 111101 | 110010 |
Color Harmonies of #32CE49
Complementary color
Monochromatic Colors of #32CE49
Black with #32CE49
Text Example
Text Example
White with #32CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE49; }
p { color: rgb(50,206,73); }
H1.HeaderClassName
{
color: #32CE49;
}
.AnyTagClassName
{
color: #32CE49;
}
</style>
background-color css
<style>
a { background-color: #32CE49; }
a { background-color: rgb(50,206,73); }
div.DivClassName
{
background-color: #32CE49;
}
.BgClassName
{
background-color: #32CE49;
}
</style>
border-color css
<style>
span { border-color: #32CE49; }
span { border-color: rgb(50,206,73); }
td.TdClassName
{
border-color: #32CE49;
}
.TagClassName
{
border-color: #32CE49;
}
</style>