#32CD32 color RGB value is (3, 44, 211).
#32CD32 hex color red value is 3, green value is 44, and blue value is 211.
Cylindrical-coordinate representations (HSL) of color #32CD32
hue: 228.17,
saturation: 0.97 and lightness: 0.42.
The process color (four-color CMYK) of #32CD32 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #32CD32 is #ff9999. Color #32CD32 contains mainly RED.
Color spaces of #32CD32 | Value |
---|---|
RGB | 50, 205, 50 |
HSL | 0.33, 0.61, 0.5 |
HSV | 120°, 76°, 80° |
XYZ | 23.72, 44.57, 10.37 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 110010 | 11001101 | 110010 |
Octal | 62 | 315 | 62 |
Decimal | 50 | 205 | 50 |
Hex | 32 | CD | 32 |
Shades of #32CD32
Tints of #32CD32
.mybgColor {background-color: #32CD32;} .myforeColor {color: #32CD32;} .myborderColor {border:3px solid #32CD32;}
<p style="color:#32CD32">Text here</p>
This sample text is styled with the font color #32CD32. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#32CD32">Div content here</div>
<div style="border:3px solid #32CD32">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50, 205, 50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32CD32; } .divShadow { -moz-box-shadow: 1px 1px 3px #32CD32; -webkit-box-shadow: 1px 1px 3px #32CD32; box-shadow: 1px 1px 3px #32CD32; }
<p style="text-shadow: 4px 4px 2px rgba(50, 205, 50, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #32CD32;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #32CD32;
-webkit-box-shadow: 1px 1px 3px #32CD32;
box-shadow: 1px 1px 3px #32CD32;">Div content here</div>