Color Hex Logo

#48f047 Color Hex

#48F047
(72,240,71)
0 Favorites   0 Comments

Color spaces of #48f047

RGB 7224071
HSL0.330.850.61
HSV120°70°94°
CMYK 0.700.000.70   0.06
XYZ34.969964.152816.5009
Yxy64.15280.30240.5548
Hunter Lab80.0954-62.233443.8522
CIE-Lab84.0453-72.950065.8619

#48f047 color RGB value is (72,240,71).

#48f047 hex color red value is 72, green value is 240 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #48f047 hue: 0.33 , saturation: 0.85 and the lightness value of 48f047 is 0.61.

The process color (four color CMYK) of #48f047 color hex is 0.70, 0.00, 0.70, 0.06. Web safe color of #48f047 is #33ff33. Color #48f047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11110000 01000111
Octal 110 360 107
Decimal 72 240 71
Hex 48 F0 47

RGB Percentages of Color #48f047

%18.80
%62.66
%18.54

CMYK Percentages of Color #48f047

%70
%0
%70
%6

Triadic Colors of #48f047

#48f047 #4748f0 #f04748

Analogous Colors of #48f047

#48f047 #47f09b #9df047

Monochromatic Colors of #48f047

#48f047

Complementary Color

#48f047 #ef47f0

#48f047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f047 Color CSS Codes

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

#48f047 Text Font Color

<p style="color:#48f047">Text here</p>

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


#48f047 Background Color

<div style="background-color:#48f047">
Div content here</div>

This div background color is #48f047


#48f047 Border Color

<div style="border:3px solid #48f047">
Div here</div>

This div border color is #48f047


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,240,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48f047; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48f047;
  -webkit-box-shadow: 1px 1px 3px 2px #48f047;
  box-shadow:         1px 1px 3px 2px #48f047; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,240,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f047


Comments

No comments written yet.

Please login to write comment.