Color Hex Logo

#4cf274 Color Hex

#4CF274
(76,242,116)
0 Favorites   0 Comments

Color spaces of #4cf274

RGB 76242116
HSL0.370.860.62
HSV134°69°95°
CMYK 0.690.000.52   0.05
XYZ37.885066.301727.3238
Yxy66.30170.28810.5042
Hunter Lab81.4259-59.444637.1024
CIE-Lab85.1501-68.021248.2458

#4cf274 color RGB value is (76,242,116).

#4cf274 hex color red value is 76, green value is 242 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4cf274 hue: 0.37 , saturation: 0.86 and the lightness value of 4cf274 is 0.62.

The process color (four color CMYK) of #4cf274 color hex is 0.69, 0.00, 0.52, 0.05. Web safe color of #4cf274 is #33ff66. Color #4cf274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11110010 01110100
Octal 114 362 164
Decimal 76 242 116
Hex 4C F2 74

RGB Percentages of Color #4cf274

%17.51
%55.76
%26.73

CMYK Percentages of Color #4cf274

%69
%0
%52
%5

Triadic Colors of #4cf274

#4cf274 #744cf2 #f2744c

Analogous Colors of #4cf274

#4cf274 #4cf2c7 #77f24c

Monochromatic Colors of #4cf274

#4cf274

Complementary Color

#4cf274 #f24cca

#4cf274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf274 Color CSS Codes

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

#4cf274 Text Font Color

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

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


#4cf274 Background Color

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

This div background color is #4cf274


#4cf274 Border Color

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

This div border color is #4cf274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf274


Comments

No comments written yet.

Please login to write comment.