COLOR #48B250

HEX: #48B250
RGB: (72,178,80)

Color info

#48B250 contains mainly green color. Web safe color of #48B250 is #339966 (or #396).

RGB color model

#48B250 color RGB value is (72,178,80).

  • red value is 72;
  • green value is 178;
  • blue value is 80.
RGB:
(72,178,80)
(28%,70%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 178 of 255 = 70%
B 80 of 255 = 31%

72
178
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 178 + 80 = 330 (100%)
R 72 of 330 ~ 21.82%
G 178 of 330 ~ 53.94%
B 80 of 330 ~ 24.24%

%21.82
%53.94
%24.24

CMYK color model

#48B250 color CMYK value is (60,0,55,30).

  • cyan value is 59.55%
  • magenta value is 0.00%
  • yellow value is 55.06%
  • key color value is 30.20%
CMYK:
(60,0,55,30)
C60M0Y55K30 
(60%,0%,55%,30%)
(0.60/0.00/0.55/0.30)	

CMYK percentages

%59.55
%0
%55.06
%30.2

Codes

Color #48B250 in popluar color models

48B250
RGB7217880
HSL125°42.40%49.02%
HSB/HSV125°59.55%69.80%
CMYK59.55%0.00%55.06%
30.20%

Color #48B250 in popluar number systems.

HEX48B250
Decimal7217880
Binary1001000101100101010000
Octal110262120

Shades and tints

Shades of #48B250

#48B250
(72,178,80)
#42A249
(66,162,73)
#3C9242
(60,146,66)
#36823B
(54,130,59)
#307234
(48,114,52)
#2A622D
(42,98,45)
#245226
(36,82,38)
#1E421F
(30,66,31)
#183218
(24,50,24)
#122211
(18,34,17)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #48B250

#48B250
(72,178,80)
#58B95F
(88,185,95)
#68C06E
(104,192,110)
#78C77D
(120,199,125)
#88CE8C
(136,206,140)
#98D59B
(152,213,155)
#A8DCAA
(168,220,170)
#B8E3B9
(184,227,185)
#C8EAC8
(200,234,200)
#D8F1D7
(216,241,215)
#E8F8E6
(232,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B250 color. Also use rgb(72,178,80) instead hex code.

Text Font Color

.myTextColor { color: #48B250; }

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

This text font color is #48B250.


Background Color

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

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

This div background color is #48B250.


Border color

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

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

This div border color is #48B250.


Opacity

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

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

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

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

This text has shadow with #48B250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B250 on black background.


Color preview on white background

This text has color #48B250 on white background.



Black color preview on #48B250 background

This text has black color on #48B250 background.


White color preview on #48B250 background

This text has white color on #48B250 background.