Color Hex Logo

#4afd2f Color Hex

#4AFD2F
(74,253,47)
0 Favorites   0 Comments

Color spaces of #4afd2f

RGB 7425347
HSL0.310.980.59
HSV112°81°99°
CMYK 0.710.000.81   0.01
XYZ38.462471.911614.5425
Yxy71.91160.30790.5757
Hunter Lab84.8007-67.440449.1928
CIE-Lab87.9260-78.126576.9501

#4afd2f color RGB value is (74,253,47).

#4afd2f hex color red value is 74, green value is 253 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #4afd2f hue: 0.31 , saturation: 0.98 and the lightness value of 4afd2f is 0.59.

The process color (four color CMYK) of #4afd2f color hex is 0.71, 0.00, 0.81, 0.01. Web safe color of #4afd2f is #33ff33. Color #4afd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 00101111
Octal 112 375 57
Decimal 74 253 47
Hex 4A FD 2F

RGB Percentages of Color #4afd2f

%19.79
%67.65
%12.57

CMYK Percentages of Color #4afd2f

%71
%0
%81
%1

Triadic Colors of #4afd2f

#4afd2f #2f4afd #fd2f4a

Analogous Colors of #4afd2f

#4afd2f #2ffd7b #b1fd2f

Monochromatic Colors of #4afd2f

#4afd2f

Complementary Color

#4afd2f #e22ffd

#4afd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afd2f Color CSS Codes

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

#4afd2f Text Font Color

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

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


#4afd2f Background Color

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

This div background color is #4afd2f


#4afd2f Border Color

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

This div border color is #4afd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afd2f


Comments

No comments written yet.

Please login to write comment.