Color Hex Logo

#4cf52d Color Hex

#4CF52D
(76,245,45)
0 Favorites   0 Comments

Color spaces of #4cf52d

RGB 7624545
HSL0.310.910.57
HSV111°82°96°
CMYK 0.690.000.82   0.04
XYZ36.106667.030813.5178
Yxy67.03080.30950.5746
Hunter Lab81.8723-64.556147.5214
CIE-Lab85.5195-75.463975.2609

#4cf52d color RGB value is (76,245,45).

#4cf52d hex color red value is 76, green value is 245 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #4cf52d hue: 0.31 , saturation: 0.91 and the lightness value of 4cf52d is 0.57.

The process color (four color CMYK) of #4cf52d color hex is 0.69, 0.00, 0.82, 0.04. Web safe color of #4cf52d is #33ff33. Color #4cf52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11110101 00101101
Octal 114 365 55
Decimal 76 245 45
Hex 4C F5 2D

RGB Percentages of Color #4cf52d

%20.77
%66.94
%12.30

CMYK Percentages of Color #4cf52d

%69
%0
%82
%4

Triadic Colors of #4cf52d

#4cf52d #2d4cf5 #f52d4c

Analogous Colors of #4cf52d

#4cf52d #2df572 #b0f52d

Monochromatic Colors of #4cf52d

#4cf52d

Complementary Color

#4cf52d #d62df5

#4cf52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf52d Color CSS Codes

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

#4cf52d Text Font Color

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

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


#4cf52d Background Color

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

This div background color is #4cf52d


#4cf52d Border Color

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

This div border color is #4cf52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf52d


Comments

No comments written yet.

Please login to write comment.