Shades of Lime Green #32BC38
Tints of Lime Green #32BC38
RGB
CMYK
RGB Variations
Color information
#32BC38 (or 0x32BC38) is known color: Lime Green. HEX triplet: 32, BC and 38. RGB value is (50,188,56). Sum of RGB (Red+Green+Blue) = 50+188+56=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC38 is #CD43C7. Grayscale: #848484. Windows color (decimal): -13452232 or 3718194. OLE color: 3718194.
HSL color Cylindrical-coordinate representation of color #32BC38: hue angle of 122.61º 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 #32BC38 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 56 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.26 |
| HSL | 122.61º | 0.58% | 0.47% | - |
| HSV(B) | 122.61º | 0.73% | 0.74% | - |
| XYZ | 20.01 | 36.93 | 9.81 | - |
| YUV | 131.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 56 | 0.73 | 0 | 0.70 | 0.26 | 122.61 | 0.58 | 0.47 |
| Hex | 32 | BC | 38 | 49 | 0 | 46 | 1A | 7B | 3A | 2F |
| Octal | 62 | 274 | 70 | 111 | 0 | 106 | 32 | 173 | 72 | 57 |
| Binary | 110010 | 10111100 | 111000 | 1001001 | 0 | 1000110 | 11010 | 1111011 | 111010 | 101111 |
Color Harmonies of #32BC38
Complementary color
Monochromatic Colors of #32BC38
Black with #32BC38
Text Example
Text Example
White with #32BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC38; }
p { color: rgb(50,188,56); }
H1.HeaderClassName
{
color: #32BC38;
}
.AnyTagClassName
{
color: #32BC38;
}
</style>
background-color css
<style>
a { background-color: #32BC38; }
a { background-color: rgb(50,188,56); }
div.DivClassName
{
background-color: #32BC38;
}
.BgClassName
{
background-color: #32BC38;
}
</style>
border-color css
<style>
span { border-color: #32BC38; }
span { border-color: rgb(50,188,56); }
td.TdClassName
{
border-color: #32BC38;
}
.TagClassName
{
border-color: #32BC38;
}
</style>