Shades of Lime Green #32BC2F
Tints of Lime Green #32BC2F
RGB
CMYK
RGB Variations
Color information
#32BC2F (or 0x32BC2F) is known color: Lime Green. HEX triplet: 32, BC and 2F. RGB value is (50,188,47). Sum of RGB (Red+Green+Blue) = 50+188+47=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC2F is #CD43D0. Grayscale: #838383. Windows color (decimal): -13452241 or 3128370. OLE color: 3128370.
HSL color Cylindrical-coordinate representation of color #32BC2F: hue angle of 118.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BC2F is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 47 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.26 |
| HSL | 118.72º | 0.6% | 0.46% | - |
| HSV(B) | 118.72º | 0.75% | 0.74% | - |
| XYZ | 19.81 | 36.85 | 8.76 | - |
| YUV | 130.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 47 | 0.73 | 0 | 0.75 | 0.26 | 118.72 | 0.6 | 0.46 |
| Hex | 32 | BC | 2F | 49 | 0 | 4B | 1A | 77 | 3C | 2E |
| Octal | 62 | 274 | 57 | 111 | 0 | 113 | 32 | 167 | 74 | 56 |
| Binary | 110010 | 10111100 | 101111 | 1001001 | 0 | 1001011 | 11010 | 1110111 | 111100 | 101110 |
Color Harmonies of #32BC2F
Complementary color
Monochromatic Colors of #32BC2F
Black with #32BC2F
Text Example
Text Example
White with #32BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC2F; }
p { color: rgb(50,188,47); }
H1.HeaderClassName
{
color: #32BC2F;
}
.AnyTagClassName
{
color: #32BC2F;
}
</style>
background-color css
<style>
a { background-color: #32BC2F; }
a { background-color: rgb(50,188,47); }
div.DivClassName
{
background-color: #32BC2F;
}
.BgClassName
{
background-color: #32BC2F;
}
</style>
border-color css
<style>
span { border-color: #32BC2F; }
span { border-color: rgb(50,188,47); }
td.TdClassName
{
border-color: #32BC2F;
}
.TagClassName
{
border-color: #32BC2F;
}
</style>