Color Hex Logo

#4acf20 Color Hex

#4ACF20
(74,207,32)
0 Favorites   0 Comments

Color spaces of #4acf20

RGB 7420732
HSL0.290.730.47
HSV106°85°81°
CMYK 0.640.000.85   0.19
XYZ25.397646.18588.9427
Yxy46.18580.31540.5736
Hunter Lab67.9601-52.222439.7703
CIE-Lab73.6659-64.442567.6605

#4acf20 color RGB value is (74,207,32).

#4acf20 hex color red value is 74, green value is 207 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #4acf20 hue: 0.29 , saturation: 0.73 and the lightness value of 4acf20 is 0.47.

The process color (four color CMYK) of #4acf20 color hex is 0.64, 0.00, 0.85, 0.19. Web safe color of #4acf20 is #33cc33. Color #4acf20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 00100000
Octal 112 317 40
Decimal 74 207 32
Hex 4A CF 20

RGB Percentages of Color #4acf20

%23.64
%66.13
%10.22

CMYK Percentages of Color #4acf20

%64
%0
%85
%19

Triadic Colors of #4acf20

#4acf20 #204acf #cf204a

Analogous Colors of #4acf20

#4acf20 #20cf4e #a2cf20

Monochromatic Colors of #4acf20

#4acf20

Complementary Color

#4acf20 #a520cf

#4acf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acf20 Color CSS Codes

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

#4acf20 Text Font Color

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

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


#4acf20 Background Color

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

This div background color is #4acf20


#4acf20 Border Color

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

This div border color is #4acf20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,207,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 #4acf20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acf20


Comments

No comments written yet.

Please login to write comment.