Shades of Lime Green #32BC3D
Tints of Lime Green #32BC3D
RGB
CMYK
RGB Variations
Color information
#32BC3D (or 0x32BC3D) is known color: Lime Green. HEX triplet: 32, BC and 3D. RGB value is (50,188,61). Sum of RGB (Red+Green+Blue) = 50+188+61=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC3D is #CD43C2. Grayscale: #848484. Windows color (decimal): -13452227 or 4045874. OLE color: 4045874.
HSL color Cylindrical-coordinate representation of color #32BC3D: hue angle of 124.78º 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 #32BC3D is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 61 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.26 |
| HSL | 124.78º | 0.58% | 0.47% | - |
| HSV(B) | 124.78º | 0.73% | 0.74% | - |
| XYZ | 20.14 | 36.98 | 10.49 | - |
| YUV | 132.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 61 | 0.73 | 0 | 0.68 | 0.26 | 124.78 | 0.58 | 0.47 |
| Hex | 32 | BC | 3D | 49 | 0 | 44 | 1A | 7D | 3A | 2F |
| Octal | 62 | 274 | 75 | 111 | 0 | 104 | 32 | 175 | 72 | 57 |
| Binary | 110010 | 10111100 | 111101 | 1001001 | 0 | 1000100 | 11010 | 1111101 | 111010 | 101111 |
Color Harmonies of #32BC3D
Complementary color
Monochromatic Colors of #32BC3D
Black with #32BC3D
Text Example
Text Example
White with #32BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC3D; }
p { color: rgb(50,188,61); }
H1.HeaderClassName
{
color: #32BC3D;
}
.AnyTagClassName
{
color: #32BC3D;
}
</style>
background-color css
<style>
a { background-color: #32BC3D; }
a { background-color: rgb(50,188,61); }
div.DivClassName
{
background-color: #32BC3D;
}
.BgClassName
{
background-color: #32BC3D;
}
</style>
border-color css
<style>
span { border-color: #32BC3D; }
span { border-color: rgb(50,188,61); }
td.TdClassName
{
border-color: #32BC3D;
}
.TagClassName
{
border-color: #32BC3D;
}
</style>