Color Hex Logo

#4cde2a Color Hex

#4CDE2A
(76,222,42)
0 Favorites   0 Comments

Color spaces of #4cde2a

RGB 7622242
HSL0.300.730.52
HSV109°81°87°
CMYK 0.660.000.81   0.13
XYZ29.519753.946211.0473
Yxy53.94620.31230.5708
Hunter Lab73.4481-56.792842.4959
CIE-Lab78.4304-68.421569.5295

#4cde2a color RGB value is (76,222,42).

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

The process color (four color CMYK) of #4cde2a color hex is 0.66, 0.00, 0.81, 0.13. Web safe color of #4cde2a is #33cc33. Color #4cde2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 00101010
Octal 114 336 52
Decimal 76 222 42
Hex 4C DE 2A

RGB Percentages of Color #4cde2a

%22.35
%65.29
%12.35

CMYK Percentages of Color #4cde2a

%66
%0
%81
%13

Triadic Colors of #4cde2a

#4cde2a #2a4cde #de2a4c

Analogous Colors of #4cde2a

#4cde2a #2ade62 #a6de2a

Monochromatic Colors of #4cde2a

#4cde2a

Complementary Color

#4cde2a #bc2ade

#4cde2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cde2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cde2a Color CSS Codes

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

#4cde2a Text Font Color

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

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


#4cde2a Background Color

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

This div background color is #4cde2a


#4cde2a Border Color

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

This div border color is #4cde2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cde2a


Comments

No comments written yet.

Please login to write comment.