Color Hex Logo

#4ac24b Color Hex

#4AC24B
(74,194,75)
0 Favorites   0 Comments

Color spaces of #4ac24b

RGB 7419475
HSL0.330.500.53
HSV121°62°76°
CMYK 0.620.000.61   0.24
XYZ23.385840.547413.2505
Yxy40.54740.30300.5253
Hunter Lab63.6768-45.879032.2361
CIE-Lab69.8576-56.765848.9197

#4ac24b color RGB value is (74,194,75).

#4ac24b hex color red value is 74, green value is 194 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #4ac24b hue: 0.33 , saturation: 0.50 and the lightness value of 4ac24b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000010 01001011
Octal 112 302 113
Decimal 74 194 75
Hex 4A C2 4B

RGB Percentages of Color #4ac24b

%21.57
%56.56
%21.87

CMYK Percentages of Color #4ac24b

%62
%0
%61
%24

Triadic Colors of #4ac24b

#4ac24b #4b4ac2 #c24b4a

Analogous Colors of #4ac24b

#4ac24b #4ac287 #85c24a

Monochromatic Colors of #4ac24b

#4ac24b

Complementary Color

#4ac24b #c24ac1

#4ac24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac24b Color CSS Codes

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

#4ac24b Text Font Color

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

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


#4ac24b Background Color

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

This div background color is #4ac24b


#4ac24b Border Color

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

This div border color is #4ac24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac24b


Comments

No comments written yet.

Please login to write comment.