Color Hex Logo

#2dcb3f Color Hex

#2DCB3F
(45,203,63)
0 Favorites   0 Comments

Color spaces of #2dcb3f

RGB 4520363
HSL0.350.640.49
HSV127°78°80°
CMYK 0.780.000.69   0.20
XYZ23.335343.628611.8939
Yxy43.62860.29590.5533
Hunter Lab66.0519-52.529235.5601
CIE-Lab71.9796-66.137656.0830

#2dcb3f color RGB value is (45,203,63).

#2dcb3f hex color red value is 45, green value is 203 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2dcb3f hue: 0.35 , saturation: 0.64 and the lightness value of 2dcb3f is 0.49.

The process color (four color CMYK) of #2dcb3f color hex is 0.78, 0.00, 0.69, 0.20. Web safe color of #2dcb3f is #33cc33. Color #2dcb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11001011 00111111
Octal 55 313 77
Decimal 45 203 63
Hex 2D CB 3F

RGB Percentages of Color #2dcb3f

%14.47
%65.27
%20.26

CMYK Percentages of Color #2dcb3f

%78
%0
%69
%20

Triadic Colors of #2dcb3f

#2dcb3f #3f2dcb #cb3f2d

Analogous Colors of #2dcb3f

#2dcb3f #2dcb8e #6acb2d

Monochromatic Colors of #2dcb3f

#2dcb3f

Complementary Color

#2dcb3f #cb2db9

#2dcb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dcb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dcb3f Color CSS Codes

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

#2dcb3f Text Font Color

<p style="color:#2dcb3f">Text here</p>

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


#2dcb3f Background Color

<div style="background-color:#2dcb3f">
Div content here</div>

This div background color is #2dcb3f


#2dcb3f Border Color

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

This div border color is #2dcb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dcb3f


Comments

No comments written yet.

Please login to write comment.