Color Hex Logo

#48c037 Color Hex

#48C037
(72,192,55)
0 Favorites   0 Comments

Color spaces of #48c037

RGB 7219255
HSL0.310.550.48
HSV113°71°75°
CMYK 0.630.000.71   0.25
XYZ22.211739.352810.0396
Yxy39.35280.31020.5496
Hunter Lab62.7318-46.578534.4235
CIE-Lab69.0061-58.428856.2079

#48c037 color RGB value is (72,192,55).

#48c037 hex color red value is 72, green value is 192 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #48c037 hue: 0.31 , saturation: 0.55 and the lightness value of 48c037 is 0.48.

The process color (four color CMYK) of #48c037 color hex is 0.63, 0.00, 0.71, 0.25. Web safe color of #48c037 is #33cc33. Color #48c037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000000 00110111
Octal 110 300 67
Decimal 72 192 55
Hex 48 C0 37

RGB Percentages of Color #48c037

%22.57
%60.19
%17.24

CMYK Percentages of Color #48c037

%63
%0
%71
%25

Triadic Colors of #48c037

#48c037 #3748c0 #c03748

Analogous Colors of #48c037

#48c037 #37c06b #8dc037

Monochromatic Colors of #48c037

#48c037

Complementary Color

#48c037 #af37c0

#48c037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c037 Color CSS Codes

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

#48c037 Text Font Color

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

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


#48c037 Background Color

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

This div background color is #48c037


#48c037 Border Color

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

This div border color is #48c037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c037


Comments

No comments written yet.

Please login to write comment.