Color Hex Logo

#48d74b Color Hex

#48D74B
(72,215,75)
0 Favorites   0 Comments

Color spaces of #48d74b

RGB 7221575
HSL0.340.640.56
HSV121°67°84°
CMYK 0.670.000.65   0.16
XYZ28.242950.486614.9129
Yxy50.48660.30160.5391
Hunter Lab71.0539-53.393237.2939
CIE-Lab76.3670-64.481656.1600

#48d74b color RGB value is (72,215,75).

#48d74b hex color red value is 72, green value is 215 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48d74b hue: 0.34 , saturation: 0.64 and the lightness value of 48d74b is 0.56.

The process color (four color CMYK) of #48d74b color hex is 0.67, 0.00, 0.65, 0.16. Web safe color of #48d74b is #33cc33. Color #48d74b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11010111 01001011
Octal 110 327 113
Decimal 72 215 75
Hex 48 D7 4B

RGB Percentages of Color #48d74b

%19.89
%59.39
%20.72

CMYK Percentages of Color #48d74b

%67
%0
%65
%16

Triadic Colors of #48d74b

#48d74b #4b48d7 #d74b48

Analogous Colors of #48d74b

#48d74b #48d793 #8dd748

Monochromatic Colors of #48d74b

#48d74b

Complementary Color

#48d74b #d748d4

#48d74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d74b Color CSS Codes

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

#48d74b Text Font Color

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

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


#48d74b Background Color

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

This div background color is #48d74b


#48d74b Border Color

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

This div border color is #48d74b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,215,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 #48d74b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d74b


Comments

No comments written yet.

Please login to write comment.