COLOR #48FC44

HEX: #48FC44
RGB: (72,252,68)

Color info

#48FC44 contains mainly green color. Web safe color of #48FC44 is #33FF33 (or #3F3).

RGB color model

#48FC44 color RGB value is (72,252,68).

  • red value is 72;
  • green value is 252;
  • blue value is 68.
RGB:
(72,252,68)
(28%,99%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 252 of 255 = 99%
B 68 of 255 = 27%

72
252
68

R + G + B ~ 51%. #48FC44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 252 + 68 = 392 (100%)
R 72 of 392 ~ 18.37%
G 252 of 392 ~ 64.29%
B 68 of 392 ~ 17.35%

%18.37
%64.29
%17.35

CMYK color model

#48FC44 color CMYK value is (71,0,73,1).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 73.02%
  • key color value is 1.18%
CMYK:
(71,0,73,1)
C71M0Y73K1 
(71%,0%,73%,1%)
(0.71/0.00/0.73/0.01)	

CMYK percentages

%71.43
%0
%73.02
%1.18

Codes

Color #48FC44 in popluar color models

48FC44
RGB7225268
HSL119°96.84%62.75%
HSB/HSV119°73.02%98.82%
CMYK71.43%0.00%73.02%
1.18%

Color #48FC44 in popluar number systems.

HEX48FC44
Decimal7225268
Binary1001000111111001000100
Octal110374104

Shades and tints

Shades of #48FC44

#48FC44
(72,252,68)
#42E63E
(66,230,62)
#3CD038
(60,208,56)
#36BA32
(54,186,50)
#30A42C
(48,164,44)
#2A8E26
(42,142,38)
#247820
(36,120,32)
#1E621A
(30,98,26)
#184C14
(24,76,20)
#12360E
(18,54,14)
#0C2008
(12,32,8)
#000000
(0,0,0)

Tints of #48FC44

#48FC44
(72,252,68)
#58FC55
(88,252,85)
#68FC66
(104,252,102)
#78FC77
(120,252,119)
#88FC88
(136,252,136)
#98FC99
(152,252,153)
#A8FCAA
(168,252,170)
#B8FCBB
(184,252,187)
#C8FCCC
(200,252,204)
#D8FCDD
(216,252,221)
#E8FCEE
(232,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48FC44 color. Also use rgb(72,252,68) instead hex code.

Text Font Color

.myTextColor { color: #48FC44; }

<p style="color:#48FC44">This sample text font color is #48FC44.</p>

This text font color is #48FC44.


Background Color

.myBgColor { background-color: #48FC44; }

<div style="background-color:#48FC44">Inner text</div>

This div background color is #48FC44.


Border color

.myBorderColor { border: 1px solid #48FC44; }

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

This div border color is #48FC44.


Opacity

.myOpacity80 { color: #48FC44; opacity: 0.8; }

<p style="color:#48FC44;opacity:0.8;">80%</p>

Text with #48FC44 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #48FC44;}

<p style="text-shadow: 3px 3px 1px #48FC44">Text here.</p>

This text has shadow with #48FC44 color.

.textShadow {text-shadow: 3px 3px 1px #48FC44, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #48FC44, 5px 5px 20px red">Text here.</p>

This text has shadow with #48FC44 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48FC44, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#48FC44, Direction=45, Strength=4)">Text</p>

This text has shadow with #48FC44 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #48FC44;
  -webkit-box-shadow:	1px 1px 3px 2px #48FC44;
  box-shadow:		1px 1px 3px 2px #48FC44;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48FC44;
-webkit-box-shadow: 1px 1px 3px 2px #48FC44;
box-shadow:1px 1px 3px 2px #48FC44;">
Div content here</div>
This div box has shadow with color #48FC44.

Preview

Color preview on black background

This text has color #48FC44 on black background.


Color preview on white background

This text has color #48FC44 on white background.



Black color preview on #48FC44 background

This text has black color on #48FC44 background.


White color preview on #48FC44 background

This text has white color on #48FC44 background.