Shades of Lime Green #32B538
Tints of Lime Green #32B538
RGB
CMYK
RGB Variations
Color information
#32B538 (or 0x32B538) is known color: Lime Green. HEX triplet: 32, B5 and 38. RGB value is (50,181,56). Sum of RGB (Red+Green+Blue) = 50+181+56=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #32B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B538 is #CD4AC7. Grayscale: #7F7F7F. Windows color (decimal): -13454024 or 3716402. OLE color: 3716402.
HSL color Cylindrical-coordinate representation of color #32B538: hue angle of 122.75º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B538 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 56 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.29 |
| HSL | 122.75º | 0.57% | 0.45% | - |
| HSV(B) | 122.75º | 0.72% | 0.71% | - |
| XYZ | 18.55 | 34.01 | 9.33 | - |
| YUV | 127.58 | 87.6 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 56 | 0.72 | 0 | 0.69 | 0.29 | 122.75 | 0.57 | 0.45 |
| Hex | 32 | B5 | 38 | 48 | 0 | 45 | 1D | 7B | 39 | 2D |
| Octal | 62 | 265 | 70 | 110 | 0 | 105 | 35 | 173 | 71 | 55 |
| Binary | 110010 | 10110101 | 111000 | 1001000 | 0 | 1000101 | 11101 | 1111011 | 111001 | 101101 |
Color Harmonies of #32B538
Complementary color
Monochromatic Colors of #32B538
Black with #32B538
Text Example
Text Example
White with #32B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B538; }
p { color: rgb(50,181,56); }
H1.HeaderClassName
{
color: #32B538;
}
.AnyTagClassName
{
color: #32B538;
}
</style>
background-color css
<style>
a { background-color: #32B538; }
a { background-color: rgb(50,181,56); }
div.DivClassName
{
background-color: #32B538;
}
.BgClassName
{
background-color: #32B538;
}
</style>
border-color css
<style>
span { border-color: #32B538; }
span { border-color: rgb(50,181,56); }
td.TdClassName
{
border-color: #32B538;
}
.TagClassName
{
border-color: #32B538;
}
</style>