Hex #32cd32 Color

#32cd32
equivalent to

RGB

(50, 205, 50)

Details of #32cd32

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
50
23.7224
0.33
0.76
72.6085
44.5710
120°
66.7615
205
44.5710
0.61
0.00
-67.1269
0.3016
76°
-53.4057
50
10.3704
0.50
0.76   0.20
61.4374
0.5666
80°
37.5255

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110010
62
50
32
Green
11001101
315
205
CD
Blue
110010
62
50
32

RGB in % of #32cd32

%16.39
%67.21
%16.39

CMYK in % of #32cd32

%76
%0
%76
%20

Triads of color #32cd32

#32cd32 #cd3232 #323232

Similar Colors to #32cd32

#32cd32 #80cd32 #32cd80

Preview Color #32cd32 on black ground

#32cd32 is very interesting for text.

Preview Color #32cd32 on white ground

#32cd32 is very interesting for text.

CSS Codes #32cd32 color

.mybgcolor {background-color:#32cd32; }
.myforecolor {color:#32cd32; }
.mybordercolor {border:3px solid #32cd32; }

Text Font Color #32cd32

<p style="color:#32cd32">Text here</p>

This sample text font color is #32cd32
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #32cd32

<div style="background-color:#32cd32">
Div content here</div>

This div background color is #32cd32


Border Color #32cd32

<div style="border:3px solid #32cd32">
Div here</div>

The color of this border is #32cd32


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #32cd32; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #32cd32;
-webkit-box-shadow: 1px 1px 3px 2px #32cd32;
box-shadow:         1px 1px 3px 2px #32cd32; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #32cd32">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #32cd32;
  -webkit-box-shadow: 1px 1px 3px 2px #32cd32;
  box-shadow:         1px 1px 3px 2px #32cd32;">
Div content here</div>

The shadow of div box using color #32cd32