Color Hex Logo

#4ae250 Color Hex

#4AE250
(74,226,80)
0 Favorites   0 Comments

Color spaces of #4ae250

RGB 7422680
HSL0.340.720.59
HSV122°67°89°
CMYK 0.670.000.65   0.11
XYZ31.468456.427716.8225
Yxy56.42770.30050.5389
Hunter Lab75.1184-56.680439.3051
CIE-Lab79.8566-67.276557.9518

#4ae250 color RGB value is (74,226,80).

#4ae250 hex color red value is 74, green value is 226 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #4ae250 hue: 0.34 , saturation: 0.72 and the lightness value of 4ae250 is 0.59.

The process color (four color CMYK) of #4ae250 color hex is 0.67, 0.00, 0.65, 0.11. Web safe color of #4ae250 is #33cc66. Color #4ae250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100010 01010000
Octal 112 342 120
Decimal 74 226 80
Hex 4A E2 50

RGB Percentages of Color #4ae250

%19.47
%59.47
%21.05

CMYK Percentages of Color #4ae250

%67
%0
%65
%11

Triadic Colors of #4ae250

#4ae250 #504ae2 #e2504a

Analogous Colors of #4ae250

#4ae250 #4ae29c #90e24a

Monochromatic Colors of #4ae250

#4ae250

Complementary Color

#4ae250 #e24adc

#4ae250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae250 Color CSS Codes

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

#4ae250 Text Font Color

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

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


#4ae250 Background Color

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

This div background color is #4ae250


#4ae250 Border Color

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

This div border color is #4ae250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae250


Comments

No comments written yet.

Please login to write comment.