Color Hex Logo

#4cdc2b Color Hex

#4CDC2B
(76,220,43)
0 Favorites   0 Comments

Color spaces of #4cdc2b

RGB 7622043
HSL0.300.720.52
HSV109°80°86°
CMYK 0.650.000.80   0.14
XYZ29.009752.897310.9667
Yxy52.89730.31240.5696
Hunter Lab72.7305-56.080941.9713
CIE-Lab77.8143-67.727568.6948

#4cdc2b color RGB value is (76,220,43).

#4cdc2b hex color red value is 76, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4cdc2b hue: 0.30 , saturation: 0.72 and the lightness value of 4cdc2b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 00101011
Octal 114 334 53
Decimal 76 220 43
Hex 4C DC 2B

RGB Percentages of Color #4cdc2b

%22.42
%64.90
%12.68

CMYK Percentages of Color #4cdc2b

%65
%0
%80
%14

Triadic Colors of #4cdc2b

#4cdc2b #2b4cdc #dc2b4c

Analogous Colors of #4cdc2b

#4cdc2b #2bdc63 #a5dc2b

Monochromatic Colors of #4cdc2b

#4cdc2b

Complementary Color

#4cdc2b #bb2bdc

#4cdc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdc2b Color CSS Codes

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

#4cdc2b Text Font Color

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

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


#4cdc2b Background Color

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

This div background color is #4cdc2b


#4cdc2b Border Color

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

This div border color is #4cdc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdc2b


Comments

No comments written yet.

Please login to write comment.