Shades of Lime Green #32CB36
Tints of Lime Green #32CB36
RGB
CMYK
RGB Variations
Color information
#32CB36 (or 0x32CB36) is known color: Lime Green. HEX triplet: 32, CB and 36. RGB value is (50,203,54). Sum of RGB (Red+Green+Blue) = 50+203+54=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB36 is #CD34C9. Grayscale: #8C8C8C. Windows color (decimal): -13448394 or 3590962. OLE color: 3590962.
HSL color Cylindrical-coordinate representation of color #32CB36: hue angle of 121.57º degrees, saturation: 0.6, 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 #32CB36 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 54 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.20 |
| HSL | 121.57º | 0.6% | 0.5% | - |
| HSV(B) | 121.57º | 0.75% | 0.8% | - |
| XYZ | 23.34 | 43.66 | 10.69 | - |
| YUV | 140.27 | 79.31 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 54 | 0.75 | 0 | 0.73 | 0.20 | 121.57 | 0.6 | 0.5 |
| Hex | 32 | CB | 36 | 4B | 0 | 49 | 14 | 7A | 3C | 32 |
| Octal | 62 | 313 | 66 | 113 | 0 | 111 | 24 | 172 | 74 | 62 |
| Binary | 110010 | 11001011 | 110110 | 1001011 | 0 | 1001001 | 10100 | 1111010 | 111100 | 110010 |
Color Harmonies of #32CB36
Complementary color
Monochromatic Colors of #32CB36
Black with #32CB36
Text Example
Text Example
White with #32CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB36; }
p { color: rgb(50,203,54); }
H1.HeaderClassName
{
color: #32CB36;
}
.AnyTagClassName
{
color: #32CB36;
}
</style>
background-color css
<style>
a { background-color: #32CB36; }
a { background-color: rgb(50,203,54); }
div.DivClassName
{
background-color: #32CB36;
}
.BgClassName
{
background-color: #32CB36;
}
</style>
border-color css
<style>
span { border-color: #32CB36; }
span { border-color: rgb(50,203,54); }
td.TdClassName
{
border-color: #32CB36;
}
.TagClassName
{
border-color: #32CB36;
}
</style>