Color Hex Logo

#4abd20 Color Hex

#4ABD20
(74,189,32)
0 Favorites   0 Comments

Color spaces of #4abd20

RGB 7418932
HSL0.290.710.43
HSV104°83°74°
CMYK 0.610.000.83   0.26
XYZ21.282337.95537.5709
Yxy37.95530.31860.5681
Hunter Lab61.6079-46.151435.8395
CIE-Lab67.9877-58.396062.5645

#4abd20 color RGB value is (74,189,32).

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

The process color (four color CMYK) of #4abd20 color hex is 0.61, 0.00, 0.83, 0.26. Web safe color of #4abd20 is #33cc33. Color #4abd20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 00100000
Octal 112 275 40
Decimal 74 189 32
Hex 4A BD 20

RGB Percentages of Color #4abd20

%25.08
%64.07
%10.85

CMYK Percentages of Color #4abd20

%61
%0
%83
%26

Triadic Colors of #4abd20

#4abd20 #204abd #bd204a

Analogous Colors of #4abd20

#4abd20 #20bd44 #99bd20

Monochromatic Colors of #4abd20

#4abd20

Complementary Color

#4abd20 #9320bd

#4abd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abd20 Color CSS Codes

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

#4abd20 Text Font Color

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

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


#4abd20 Background Color

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

This div background color is #4abd20


#4abd20 Border Color

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

This div border color is #4abd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abd20


Comments

No comments written yet.

Please login to write comment.