Color Hex Logo

#4af90b Color Hex

#4AF90B
(74,249,11)
0 Favorites   0 Comments

Color spaces of #4af90b

RGB 7424911
HSL0.290.950.51
HSV104°96°98°
CMYK 0.700.000.96   0.02
XYZ36.760169.231411.7421
Yxy69.23140.31220.5880
Hunter Lab83.2054-66.748349.8767
CIE-Lab86.6185-78.029381.7310

#4af90b color RGB value is (74,249,11).

#4af90b hex color red value is 74, green value is 249 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #4af90b hue: 0.29 , saturation: 0.95 and the lightness value of 4af90b is 0.51.

The process color (four color CMYK) of #4af90b color hex is 0.70, 0.00, 0.96, 0.02. Web safe color of #4af90b is #33ff00. Color #4af90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111001 00001011
Octal 112 371 13
Decimal 74 249 11
Hex 4A F9 B

RGB Percentages of Color #4af90b

%22.16
%74.55
%3.29

CMYK Percentages of Color #4af90b

%70
%0
%96
%2

Triadic Colors of #4af90b

#4af90b #0b4af9 #f90b4a

Analogous Colors of #4af90b

#4af90b #0bf943 #c1f90b

Monochromatic Colors of #4af90b

#4af90b

Complementary Color

#4af90b #ba0bf9

#4af90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af90b Color CSS Codes

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

#4af90b Text Font Color

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

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


#4af90b Background Color

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

This div background color is #4af90b


#4af90b Border Color

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

This div border color is #4af90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af90b


Comments

No comments written yet.

Please login to write comment.