Color Hex Logo

#4cf82a Color Hex

#4CF82A
(76,248,42)
0 Favorites   0 Comments

Color spaces of #4cf82a

RGB 7624842
HSL0.310.940.57
HSV110°83°97°
CMYK 0.690.000.83   0.03
XYZ36.965868.838513.5293
Yxy68.83850.30980.5769
Hunter Lab82.9690-65.667248.4102
CIE-Lab86.4240-76.512876.7921

#4cf82a color RGB value is (76,248,42).

#4cf82a hex color red value is 76, green value is 248 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4cf82a hue: 0.31 , saturation: 0.94 and the lightness value of 4cf82a is 0.57.

The process color (four color CMYK) of #4cf82a color hex is 0.69, 0.00, 0.83, 0.03. Web safe color of #4cf82a is #33ff33. Color #4cf82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111000 00101010
Octal 114 370 52
Decimal 76 248 42
Hex 4C F8 2A

RGB Percentages of Color #4cf82a

%20.77
%67.76
%11.48

CMYK Percentages of Color #4cf82a

%69
%0
%83
%3

Triadic Colors of #4cf82a

#4cf82a #2a4cf8 #f82a4c

Analogous Colors of #4cf82a

#4cf82a #2af86f #b3f82a

Monochromatic Colors of #4cf82a

#4cf82a

Complementary Color

#4cf82a #d62af8

#4cf82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf82a Color CSS Codes

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

#4cf82a Text Font Color

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

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


#4cf82a Background Color

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

This div background color is #4cf82a


#4cf82a Border Color

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

This div border color is #4cf82a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,248,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cf82a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cf82a;
  -webkit-box-shadow: 1px 1px 3px 2px #4cf82a;
  box-shadow:         1px 1px 3px 2px #4cf82a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,248,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf82a


Comments

No comments written yet.

Please login to write comment.