COLOR #48E750

HEX: #48E750
RGB: (72,231,80)

Color info

#48E750 contains mainly green color. Web safe color of #48E750 is #33FF66 (or #3F6).

RGB color model

#48E750 color RGB value is (72,231,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 231 of 255 = 91%
B 80 of 255 = 31%

72
231
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 231 + 80 = 383 (100%)
R 72 of 383 ~ 18.8%
G 231 of 383 ~ 60.31%
B 80 of 383 ~ 20.89%

%18.8
%60.31
%20.89

CMYK color model

#48E750 color CMYK value is (69,0,65,9).

  • cyan value is 68.83%
  • magenta value is 0.00%
  • yellow value is 65.37%
  • key color value is 9.41%
CMYK:
(69,0,65,9)
C69M0Y65K9 
(69%,0%,65%,9%)
(0.69/0.00/0.65/0.09)	

CMYK percentages

%68.83
%0
%65.37
%9.41

Codes

Color #48E750 in popluar color models

48E750
RGB7223180
HSL123°76.81%59.41%
HSB/HSV123°68.83%90.59%
CMYK68.83%0.00%65.37%
9.41%

Color #48E750 in popluar number systems.

HEX48E750
Decimal7223180
Binary1001000111001111010000
Octal110347120

Shades and tints

Shades of #48E750

#48E750
(72,231,80)
#42D249
(66,210,73)
#3CBD42
(60,189,66)
#36A83B
(54,168,59)
#309334
(48,147,52)
#2A7E2D
(42,126,45)
#246926
(36,105,38)
#1E541F
(30,84,31)
#183F18
(24,63,24)
#122A11
(18,42,17)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #48E750

#48E750
(72,231,80)
#58E95F
(88,233,95)
#68EB6E
(104,235,110)
#78ED7D
(120,237,125)
#88EF8C
(136,239,140)
#98F19B
(152,241,155)
#A8F3AA
(168,243,170)
#B8F5B9
(184,245,185)
#C8F7C8
(200,247,200)
#D8F9D7
(216,249,215)
#E8FBE6
(232,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48E750; }

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

This text font color is #48E750.


Background Color

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

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

This div background color is #48E750.


Border color

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

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

This div border color is #48E750.


Opacity

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

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

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

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

This text has shadow with #48E750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E750 on black background.


Color preview on white background

This text has color #48E750 on white background.



Black color preview on #48E750 background

This text has black color on #48E750 background.


White color preview on #48E750 background

This text has white color on #48E750 background.