Color Hex Logo

#3dcb4b Color Hex

#3DCB4B
(61,203,75)
0 Favorites   0 Comments

Color spaces of #3dcb4b

RGB 6120375
HSL0.350.580.52
HSV126°70°80°
CMYK 0.700.000.63   0.20
XYZ24.550444.212013.8964
Yxy44.21200.29700.5349
Hunter Lab66.4921-50.454934.1533
CIE-Lab72.3700-62.477951.6664

#3dcb4b color RGB value is (61,203,75).

#3dcb4b hex color red value is 61, green value is 203 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3dcb4b hue: 0.35 , saturation: 0.58 and the lightness value of 3dcb4b is 0.52.

The process color (four color CMYK) of #3dcb4b color hex is 0.70, 0.00, 0.63, 0.20. Web safe color of #3dcb4b is #33cc33. Color #3dcb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001011 01001011
Octal 75 313 113
Decimal 61 203 75
Hex 3D CB 4B

RGB Percentages of Color #3dcb4b

%17.99
%59.88
%22.12

CMYK Percentages of Color #3dcb4b

%70
%0
%63
%20

Triadic Colors of #3dcb4b

#3dcb4b #4b3dcb #cb4b3d

Analogous Colors of #3dcb4b

#3dcb4b #3dcb92 #76cb3d

Monochromatic Colors of #3dcb4b

#3dcb4b

Complementary Color

#3dcb4b #cb3dbd

#3dcb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcb4b Color CSS Codes

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

#3dcb4b Text Font Color

<p style="color:#3dcb4b">Text here</p>

This sample text font color is #3dcb4b
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.


#3dcb4b Background Color

<div style="background-color:#3dcb4b">
Div content here</div>

This div background color is #3dcb4b


#3dcb4b Border Color

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

This div border color is #3dcb4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,203,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dcb4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dcb4b;
  -webkit-box-shadow: 1px 1px 3px 2px #3dcb4b;
  box-shadow:         1px 1px 3px 2px #3dcb4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcb4b


Comments

No comments written yet.

Please login to write comment.