Color Hex Logo

#3dcb30 Color Hex

#3DCB30
(61,203,48)
0 Favorites   0 Comments

Color spaces of #3dcb30

RGB 6120348
HSL0.320.620.49
HSV115°76°80°
CMYK 0.700.000.76   0.20
XYZ23.813943.917410.0181
Yxy43.91740.30630.5649
Hunter Lab66.2702-51.829737.4262
CIE-Lab72.1733-64.846661.7331

#3dcb30 color RGB value is (61,203,48).

#3dcb30 hex color red value is 61, green value is 203 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #3dcb30 hue: 0.32 , saturation: 0.62 and the lightness value of 3dcb30 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001011 00110000
Octal 75 313 60
Decimal 61 203 48
Hex 3D CB 30

RGB Percentages of Color #3dcb30

%19.55
%65.06
%15.38

CMYK Percentages of Color #3dcb30

%70
%0
%76
%20

Triadic Colors of #3dcb30

#3dcb30 #303dcb #cb303d

Analogous Colors of #3dcb30

#3dcb30 #30cb71 #8bcb30

Monochromatic Colors of #3dcb30

#3dcb30

Complementary Color

#3dcb30 #be30cb

#3dcb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcb30 Color CSS Codes

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

#3dcb30 Text Font Color

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

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


#3dcb30 Background Color

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

This div background color is #3dcb30


#3dcb30 Border Color

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

This div border color is #3dcb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcb30


Comments

No comments written yet.

Please login to write comment.