Color Hex Logo

#48f949 Color Hex

#48F949
(72,249,73)
0 Favorites   0 Comments

Color spaces of #48f949

RGB 7224973
HSL0.330.940.63
HSV120°71°98°
CMYK 0.710.000.71   0.02
XYZ37.750869.610117.7498
Yxy69.61010.30170.5564
Hunter Lab83.4327-65.241245.7893
CIE-Lab86.8053-75.590767.9955

#48f949 color RGB value is (72,249,73).

#48f949 hex color red value is 72, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #48f949 hue: 0.33 , saturation: 0.94 and the lightness value of 48f949 is 0.63.

The process color (four color CMYK) of #48f949 color hex is 0.71, 0.00, 0.71, 0.02. Web safe color of #48f949 is #33ff33. Color #48f949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111001 01001001
Octal 110 371 111
Decimal 72 249 73
Hex 48 F9 49

RGB Percentages of Color #48f949

%18.27
%63.20
%18.53

CMYK Percentages of Color #48f949

%71
%0
%71
%2

Triadic Colors of #48f949

#48f949 #4948f9 #f94948

Analogous Colors of #48f949

#48f949 #48f9a2 #a0f948

Monochromatic Colors of #48f949

#48f949

Complementary Color

#48f949 #f948f8

#48f949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f949 Color CSS Codes

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

#48f949 Text Font Color

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

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


#48f949 Background Color

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

This div background color is #48f949


#48f949 Border Color

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

This div border color is #48f949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f949

Related Colors


Comments

No comments written yet.

Please login to write comment.