Shades of Lime Green #32B02C
Tints of Lime Green #32B02C
RGB
CMYK
RGB Variations
Color information
#32B02C (or 0x32B02C) is known color: Lime Green. HEX triplet: 32, B0 and 2C. RGB value is (50,176,44). Sum of RGB (Red+Green+Blue) = 50+176+44=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #32B02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B02C is #CD4FD3. Grayscale: #7B7B7B. Windows color (decimal): -13455316 or 2928690. OLE color: 2928690.
HSL color Cylindrical-coordinate representation of color #32B02C: hue angle of 117.27º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B02C is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 44 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.31 |
| HSL | 117.27º | 0.6% | 0.43% | - |
| HSV(B) | 117.27º | 0.75% | 0.69% | - |
| XYZ | 17.3 | 31.91 | 7.63 | - |
| YUV | 123.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 44 | 0.72 | 0 | 0.75 | 0.31 | 117.27 | 0.6 | 0.43 |
| Hex | 32 | B0 | 2C | 48 | 0 | 4B | 1F | 75 | 3C | 2B |
| Octal | 62 | 260 | 54 | 110 | 0 | 113 | 37 | 165 | 74 | 53 |
| Binary | 110010 | 10110000 | 101100 | 1001000 | 0 | 1001011 | 11111 | 1110101 | 111100 | 101011 |
Color Harmonies of #32B02C
Complementary color
Monochromatic Colors of #32B02C
Black with #32B02C
Text Example
Text Example
White with #32B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B02C; }
p { color: rgb(50,176,44); }
H1.HeaderClassName
{
color: #32B02C;
}
.AnyTagClassName
{
color: #32B02C;
}
</style>
background-color css
<style>
a { background-color: #32B02C; }
a { background-color: rgb(50,176,44); }
div.DivClassName
{
background-color: #32B02C;
}
.BgClassName
{
background-color: #32B02C;
}
</style>
border-color css
<style>
span { border-color: #32B02C; }
span { border-color: rgb(50,176,44); }
td.TdClassName
{
border-color: #32B02C;
}
.TagClassName
{
border-color: #32B02C;
}
</style>