COLOR #48FD45

HEX: #48FD45
RGB: (72,253,69)

Color info

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

RGB color model

#48FD45 color RGB value is (72,253,69).

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

RGB channels and saturation

R 72 of 255 = 28%
G 253 of 255 = 99%
B 69 of 255 = 27%

72
253
69

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

Portions of RGB colors in percentages

R + G + B =
72 + 253 + 69 = 394 (100%)
R 72 of 394 ~ 18.27%
G 253 of 394 ~ 64.21%
B 69 of 394 ~ 17.51%

%18.27
%64.21
%17.51

CMYK color model

#48FD45 color CMYK value is (72,0,73,1).

  • cyan value is 71.54%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 0.78%
CMYK:
(72,0,73,1)
C72M0Y73K1 
(72%,0%,73%,1%)
(0.72/0.00/0.73/0.01)	

CMYK percentages

%71.54
%0
%72.73
%0.78

Codes

Color #48FD45 in popluar color models

48FD45
RGB7225369
HSL119°97.87%63.14%
HSB/HSV119°72.73%99.22%
CMYK71.54%0.00%72.73%
0.78%

Color #48FD45 in popluar number systems.

HEX48FD45
Decimal7225369
Binary1001000111111011000101
Octal110375105

Shades and tints

Shades of #48FD45

#48FD45
(72,253,69)
#42E63F
(66,230,63)
#3CCF39
(60,207,57)
#36B833
(54,184,51)
#30A12D
(48,161,45)
#2A8A27
(42,138,39)
#247321
(36,115,33)
#1E5C1B
(30,92,27)
#184515
(24,69,21)
#122E0F
(18,46,15)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #48FD45

#48FD45
(72,253,69)
#58FD55
(88,253,85)
#68FD65
(104,253,101)
#78FD75
(120,253,117)
#88FD85
(136,253,133)
#98FD95
(152,253,149)
#A8FDA5
(168,253,165)
#B8FDB5
(184,253,181)
#C8FDC5
(200,253,197)
#D8FDD5
(216,253,213)
#E8FDE5
(232,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48FD45 color. Also use rgb(72,253,69) instead hex code.

Text Font Color

.myTextColor { color: #48FD45; }

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

This text font color is #48FD45.


Background Color

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

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

This div background color is #48FD45.


Border color

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

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

This div border color is #48FD45.


Opacity

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

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

Text with #48FD45 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 #48FD45;}

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

This text has shadow with #48FD45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48FD45 on black background.


Color preview on white background

This text has color #48FD45 on white background.



Black color preview on #48FD45 background

This text has black color on #48FD45 background.


White color preview on #48FD45 background

This text has white color on #48FD45 background.