Color Hex Logo

#4ce020 Color Hex

#4CE020
(76,224,32)
0 Favorites   0 Comments

Color spaces of #4ce020

RGB 7622432
HSL0.300.760.50
HSV106°86°88°
CMYK 0.660.000.86   0.12
XYZ29.896954.952110.3976
Yxy54.95210.31390.5769
Hunter Lab74.1297-57.736943.5746
CIE-Lab79.0137-69.499772.4009

#4ce020 color RGB value is (76,224,32).

#4ce020 hex color red value is 76, green value is 224 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #4ce020 hue: 0.30 , saturation: 0.76 and the lightness value of 4ce020 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100000 00100000
Octal 114 340 40
Decimal 76 224 32
Hex 4C E0 20

RGB Percentages of Color #4ce020

%22.89
%67.47
%9.64

CMYK Percentages of Color #4ce020

%66
%0
%86
%12

Triadic Colors of #4ce020

#4ce020 #204ce0 #e0204c

Analogous Colors of #4ce020

#4ce020 #20e054 #ace020

Monochromatic Colors of #4ce020

#4ce020

Complementary Color

#4ce020 #b420e0

#4ce020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce020 Color CSS Codes

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

#4ce020 Text Font Color

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

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


#4ce020 Background Color

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

This div background color is #4ce020


#4ce020 Border Color

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

This div border color is #4ce020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce020


Comments

No comments written yet.

Please login to write comment.