Color Hex Logo

#48fb18 Color Hex

#48FB18
(72,251,24)
0 Favorites   0 Comments

Color spaces of #48fb18

RGB 7225124
HSL0.300.970.54
HSV107°90°98°
CMYK 0.710.000.90   0.02
XYZ37.334570.438012.4923
Yxy70.43800.31040.5857
Hunter Lab83.9273-67.468449.9240
CIE-Lab87.2112-78.696680.7673

#48fb18 color RGB value is (72,251,24).

#48fb18 hex color red value is 72, green value is 251 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #48fb18 hue: 0.30 , saturation: 0.97 and the lightness value of 48fb18 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 00011000
Octal 110 373 30
Decimal 72 251 24
Hex 48 FB 18

RGB Percentages of Color #48fb18

%20.75
%72.33
%6.92

CMYK Percentages of Color #48fb18

%71
%0
%90
%2

Triadic Colors of #48fb18

#48fb18 #1848fb #fb1848

Analogous Colors of #48fb18

#48fb18 #18fb59 #bafb18

Monochromatic Colors of #48fb18

#48fb18

Complementary Color

#48fb18 #cb18fb

#48fb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fb18 Color CSS Codes

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

#48fb18 Text Font Color

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

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


#48fb18 Background Color

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

This div background color is #48fb18


#48fb18 Border Color

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

This div border color is #48fb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fb18


Comments

No comments written yet.

Please login to write comment.