Color Hex Logo

#48cb40 Color Hex

#48CB40
(72,203,64)
0 Favorites   0 Comments

Color spaces of #48cb40

RGB 7220364
HSL0.320.570.52
HSV117°68°80°
CMYK 0.650.000.68   0.20
XYZ24.953844.459812.1169
Yxy44.45980.30610.5453
Hunter Lab66.6782-49.884635.9004
CIE-Lab72.5348-61.453656.4464

#48cb40 color RGB value is (72,203,64).

#48cb40 hex color red value is 72, green value is 203 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #48cb40 hue: 0.32 , saturation: 0.57 and the lightness value of 48cb40 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001011 01000000
Octal 110 313 100
Decimal 72 203 64
Hex 48 CB 40

RGB Percentages of Color #48cb40

%21.24
%59.88
%18.88

CMYK Percentages of Color #48cb40

%65
%0
%68
%20

Triadic Colors of #48cb40

#48cb40 #4048cb #cb4048

Analogous Colors of #48cb40

#48cb40 #40cb7e #8ecb40

Monochromatic Colors of #48cb40

#48cb40

Complementary Color

#48cb40 #c340cb

#48cb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cb40 Color CSS Codes

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

#48cb40 Text Font Color

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

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


#48cb40 Background Color

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

This div background color is #48cb40


#48cb40 Border Color

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

This div border color is #48cb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cb40


Comments

No comments written yet.

Please login to write comment.