Color Hex Logo

#4ce14a Color Hex

#4CE14A
(76,225,74)
0 Favorites   0 Comments

Color spaces of #4ce14a

RGB 7622574
HSL0.330.720.59
HSV119°67°88°
CMYK 0.660.000.67   0.12
XYZ31.141755.881315.6234
Yxy55.88130.30340.5444
Hunter Lab74.7538-56.457839.9362
CIE-Lab79.5462-67.139860.0296

#4ce14a color RGB value is (76,225,74).

#4ce14a hex color red value is 76, green value is 225 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4ce14a hue: 0.33 , saturation: 0.72 and the lightness value of 4ce14a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100001 01001010
Octal 114 341 112
Decimal 76 225 74
Hex 4C E1 4A

RGB Percentages of Color #4ce14a

%20.27
%60.00
%19.73

CMYK Percentages of Color #4ce14a

%66
%0
%67
%12

Triadic Colors of #4ce14a

#4ce14a #4a4ce1 #e14a4c

Analogous Colors of #4ce14a

#4ce14a #4ae194 #98e14a

Monochromatic Colors of #4ce14a

#4ce14a

Complementary Color

#4ce14a #df4ae1

#4ce14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce14a Color CSS Codes

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

#4ce14a Text Font Color

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

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


#4ce14a Background Color

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

This div background color is #4ce14a


#4ce14a Border Color

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

This div border color is #4ce14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce14a


Comments

No comments written yet.

Please login to write comment.