Color Hex Logo

#4cdc31 Color Hex

#4CDC31
(76,220,49)
0 Favorites   0 Comments

Color spaces of #4cdc31

RGB 7622049
HSL0.310.710.53
HSV111°78°86°
CMYK 0.650.000.78   0.14
XYZ29.128152.944611.5899
Yxy52.94460.31100.5653
Hunter Lab72.7630-55.879241.4903
CIE-Lab77.8423-67.390667.0127

#4cdc31 color RGB value is (76,220,49).

#4cdc31 hex color red value is 76, green value is 220 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #4cdc31 hue: 0.31 , saturation: 0.71 and the lightness value of 4cdc31 is 0.53.

The process color (four color CMYK) of #4cdc31 color hex is 0.65, 0.00, 0.78, 0.14. Web safe color of #4cdc31 is #33cc33. Color #4cdc31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 00110001
Octal 114 334 61
Decimal 76 220 49
Hex 4C DC 31

RGB Percentages of Color #4cdc31

%22.03
%63.77
%14.20

CMYK Percentages of Color #4cdc31

%65
%0
%78
%14

Triadic Colors of #4cdc31

#4cdc31 #314cdc #dc314c

Analogous Colors of #4cdc31

#4cdc31 #31dc6c #a2dc31

Monochromatic Colors of #4cdc31

#4cdc31

Complementary Color

#4cdc31 #c131dc

#4cdc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdc31 Color CSS Codes

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

#4cdc31 Text Font Color

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

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


#4cdc31 Background Color

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

This div background color is #4cdc31


#4cdc31 Border Color

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

This div border color is #4cdc31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,220,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cdc31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cdc31;
  -webkit-box-shadow: 1px 1px 3px 2px #4cdc31;
  box-shadow:         1px 1px 3px 2px #4cdc31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdc31


Comments

No comments written yet.

Please login to write comment.