Shades of Lime Green #32BC3C
Tints of Lime Green #32BC3C
RGB
CMYK
RGB Variations
Color information
#32BC3C (or 0x32BC3C) is known color: Lime Green. HEX triplet: 32, BC and 3C. RGB value is (50,188,60). Sum of RGB (Red+Green+Blue) = 50+188+60=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC3C is #CD43C3. Grayscale: #848484. Windows color (decimal): -13452228 or 3980338. OLE color: 3980338.
HSL color Cylindrical-coordinate representation of color #32BC3C: hue angle of 124.35º 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 #32BC3C is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 60 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.26 |
| HSL | 124.35º | 0.58% | 0.47% | - |
| HSV(B) | 124.35º | 0.73% | 0.74% | - |
| XYZ | 20.11 | 36.97 | 10.35 | - |
| YUV | 132.15 | 87.28 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 60 | 0.73 | 0 | 0.68 | 0.26 | 124.35 | 0.58 | 0.47 |
| Hex | 32 | BC | 3C | 49 | 0 | 44 | 1A | 7C | 3A | 2F |
| Octal | 62 | 274 | 74 | 111 | 0 | 104 | 32 | 174 | 72 | 57 |
| Binary | 110010 | 10111100 | 111100 | 1001001 | 0 | 1000100 | 11010 | 1111100 | 111010 | 101111 |
Color Harmonies of #32BC3C
Complementary color
Monochromatic Colors of #32BC3C
Black with #32BC3C
Text Example
Text Example
White with #32BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC3C; }
p { color: rgb(50,188,60); }
H1.HeaderClassName
{
color: #32BC3C;
}
.AnyTagClassName
{
color: #32BC3C;
}
</style>
background-color css
<style>
a { background-color: #32BC3C; }
a { background-color: rgb(50,188,60); }
div.DivClassName
{
background-color: #32BC3C;
}
.BgClassName
{
background-color: #32BC3C;
}
</style>
border-color css
<style>
span { border-color: #32BC3C; }
span { border-color: rgb(50,188,60); }
td.TdClassName
{
border-color: #32BC3C;
}
.TagClassName
{
border-color: #32BC3C;
}
</style>