Shades of Lime Green #32B02F
Tints of Lime Green #32B02F
RGB
CMYK
RGB Variations
Color information
#32B02F (or 0x32B02F) is known color: Lime Green. HEX triplet: 32, B0 and 2F. RGB value is (50,176,47). Sum of RGB (Red+Green+Blue) = 50+176+47=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #32B02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B02F is #CD4FD0. Grayscale: #7C7C7C. Windows color (decimal): -13455313 or 3125298. OLE color: 3125298.
HSL color Cylindrical-coordinate representation of color #32B02F: hue angle of 118.6º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B02F is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 47 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.31 |
| HSL | 118.6º | 0.58% | 0.44% | - |
| HSV(B) | 118.6º | 0.73% | 0.69% | - |
| XYZ | 17.35 | 31.93 | 7.94 | - |
| YUV | 123.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 47 | 0.72 | 0 | 0.73 | 0.31 | 118.6 | 0.58 | 0.44 |
| Hex | 32 | B0 | 2F | 48 | 0 | 49 | 1F | 77 | 3A | 2C |
| Octal | 62 | 260 | 57 | 110 | 0 | 111 | 37 | 167 | 72 | 54 |
| Binary | 110010 | 10110000 | 101111 | 1001000 | 0 | 1001001 | 11111 | 1110111 | 111010 | 101100 |
Color Harmonies of #32B02F
Complementary color
Monochromatic Colors of #32B02F
Black with #32B02F
Text Example
Text Example
White with #32B02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B02F; }
p { color: rgb(50,176,47); }
H1.HeaderClassName
{
color: #32B02F;
}
.AnyTagClassName
{
color: #32B02F;
}
</style>
background-color css
<style>
a { background-color: #32B02F; }
a { background-color: rgb(50,176,47); }
div.DivClassName
{
background-color: #32B02F;
}
.BgClassName
{
background-color: #32B02F;
}
</style>
border-color css
<style>
span { border-color: #32B02F; }
span { border-color: rgb(50,176,47); }
td.TdClassName
{
border-color: #32B02F;
}
.TagClassName
{
border-color: #32B02F;
}
</style>