Shades of Lime Green #32BC4A
Tints of Lime Green #32BC4A
RGB
CMYK
RGB Variations
Color information
#32BC4A (or 0x32BC4A) is known color: Lime Green. HEX triplet: 32, BC and 4A. RGB value is (50,188,74). Sum of RGB (Red+Green+Blue) = 50+188+74=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC4A is #CD43B5. Grayscale: #868686. Windows color (decimal): -13452214 or 4897842. OLE color: 4897842.
HSL color Cylindrical-coordinate representation of color #32BC4A: hue angle of 130.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC4A is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 74 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.26 |
| HSL | 130.43º | 0.58% | 0.47% | - |
| HSV(B) | 130.43º | 0.73% | 0.74% | - |
| XYZ | 20.53 | 37.14 | 12.56 | - |
| YUV | 133.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 74 | 0.73 | 0 | 0.61 | 0.26 | 130.43 | 0.58 | 0.47 |
| Hex | 32 | BC | 4A | 49 | 0 | 3D | 1A | 82 | 3A | 2F |
| Octal | 62 | 274 | 112 | 111 | 0 | 75 | 32 | 202 | 72 | 57 |
| Binary | 110010 | 10111100 | 1001010 | 1001001 | 0 | 111101 | 11010 | 10000010 | 111010 | 101111 |
Color Harmonies of #32BC4A
Complementary color
Monochromatic Colors of #32BC4A
Black with #32BC4A
Text Example
Text Example
White with #32BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC4A; }
p { color: rgb(50,188,74); }
H1.HeaderClassName
{
color: #32BC4A;
}
.AnyTagClassName
{
color: #32BC4A;
}
</style>
background-color css
<style>
a { background-color: #32BC4A; }
a { background-color: rgb(50,188,74); }
div.DivClassName
{
background-color: #32BC4A;
}
.BgClassName
{
background-color: #32BC4A;
}
</style>
border-color css
<style>
span { border-color: #32BC4A; }
span { border-color: rgb(50,188,74); }
td.TdClassName
{
border-color: #32BC4A;
}
.TagClassName
{
border-color: #32BC4A;
}
</style>