Shades of Lime Green #32B540
Tints of Lime Green #32B540
RGB
CMYK
RGB Variations
Color information
#32B540 (or 0x32B540) is known color: Lime Green. HEX triplet: 32, B5 and 40. RGB value is (50,181,64). Sum of RGB (Red+Green+Blue) = 50+181+64=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #32B540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B540 is #CD4ABF. Grayscale: #808080. Windows color (decimal): -13454016 or 4240690. OLE color: 4240690.
HSL color Cylindrical-coordinate representation of color #32B540: hue angle of 126.41º 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 #32B540 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 64 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.29 |
| HSL | 126.41º | 0.57% | 0.45% | - |
| HSV(B) | 126.41º | 0.72% | 0.71% | - |
| XYZ | 18.76 | 34.1 | 10.44 | - |
| YUV | 128.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 64 | 0.72 | 0 | 0.65 | 0.29 | 126.41 | 0.57 | 0.45 |
| Hex | 32 | B5 | 40 | 48 | 0 | 41 | 1D | 7E | 39 | 2D |
| Octal | 62 | 265 | 100 | 110 | 0 | 101 | 35 | 176 | 71 | 55 |
| Binary | 110010 | 10110101 | 1000000 | 1001000 | 0 | 1000001 | 11101 | 1111110 | 111001 | 101101 |
Color Harmonies of #32B540
Complementary color
Monochromatic Colors of #32B540
Black with #32B540
Text Example
Text Example
White with #32B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B540; }
p { color: rgb(50,181,64); }
H1.HeaderClassName
{
color: #32B540;
}
.AnyTagClassName
{
color: #32B540;
}
</style>
background-color css
<style>
a { background-color: #32B540; }
a { background-color: rgb(50,181,64); }
div.DivClassName
{
background-color: #32B540;
}
.BgClassName
{
background-color: #32B540;
}
</style>
border-color css
<style>
span { border-color: #32B540; }
span { border-color: rgb(50,181,64); }
td.TdClassName
{
border-color: #32B540;
}
.TagClassName
{
border-color: #32B540;
}
</style>