Color Hex Logo

#4cf28e Color Hex

#4CF28E
(76,242,142)
0 Favorites   0 Comments

Color spaces of #4cf28e

RGB 76242142
HSL0.400.860.62
HSV144°69°95°
CMYK 0.690.000.41   0.05
XYZ39.615166.993836.4343
Yxy66.99380.27690.4683
Hunter Lab81.8497-56.843430.9027
CIE-Lab85.5008-64.014836.1511

#4cf28e color RGB value is (76,242,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11110010 10001110
Octal 114 362 216
Decimal 76 242 142
Hex 4C F2 8E

RGB Percentages of Color #4cf28e

%16.52
%52.61
%30.87

CMYK Percentages of Color #4cf28e

%69
%0
%41
%5

Triadic Colors of #4cf28e

#4cf28e #8e4cf2 #f28e4c

Analogous Colors of #4cf28e

#4cf28e #4cf2e1 #5df24c

Monochromatic Colors of #4cf28e

#4cf28e

Complementary Color

#4cf28e #f24cb0

#4cf28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf28e Color CSS Codes

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

#4cf28e Text Font Color

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

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


#4cf28e Background Color

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

This div background color is #4cf28e


#4cf28e Border Color

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

This div border color is #4cf28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf28e


Comments

No comments written yet.

Please login to write comment.