Color Hex Logo

#4dd425 Color Hex

#4DD425
(77,212,37)
0 Favorites   0 Comments

Color spaces of #4dd425

RGB 7721237
HSL0.300.700.49
HSV106°83°83°
CMYK 0.640.000.83   0.17
XYZ26.938048.79839.7495
Yxy48.79830.31510.5708
Hunter Lab69.8558-53.413940.6242
CIE-Lab75.3257-65.213067.9826

#4dd425 color RGB value is (77,212,37).

#4dd425 hex color red value is 77, green value is 212 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #4dd425 hue: 0.30 , saturation: 0.70 and the lightness value of 4dd425 is 0.49.

The process color (four color CMYK) of #4dd425 color hex is 0.64, 0.00, 0.83, 0.17. Web safe color of #4dd425 is #66cc33. Color #4dd425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11010100 00100101
Octal 115 324 45
Decimal 77 212 37
Hex 4D D4 25

RGB Percentages of Color #4dd425

%23.62
%65.03
%11.35

CMYK Percentages of Color #4dd425

%64
%0
%83
%17

Triadic Colors of #4dd425

#4dd425 #254dd4 #d4254d

Analogous Colors of #4dd425

#4dd425 #25d455 #a5d425

Monochromatic Colors of #4dd425

#4dd425

Complementary Color

#4dd425 #ac25d4

#4dd425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dd425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dd425 Color CSS Codes

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

#4dd425 Text Font Color

<p style="color:#4dd425">Text here</p>

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


#4dd425 Background Color

<div style="background-color:#4dd425">
Div content here</div>

This div background color is #4dd425


#4dd425 Border Color

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

This div border color is #4dd425


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,212,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dd425; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dd425;
  -webkit-box-shadow: 1px 1px 3px 2px #4dd425;
  box-shadow:         1px 1px 3px 2px #4dd425; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dd425


Comments

No comments written yet.

Please login to write comment.