COLOR #48F390

HEX: #48F390
RGB: (72,243,144)

Color info

#48F390 contains mainly green color. Web safe color of #48F390 is #33FF99 (or #3F9).

RGB color model

#48F390 color RGB value is (72,243,144).

  • red value is 72;
  • green value is 243;
  • blue value is 144.
RGB:
(72,243,144)
(28%,95%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 243 of 255 = 95%
B 144 of 255 = 56%

72
243
144

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

Portions of RGB colors in percentages

R + G + B =
72 + 243 + 144 = 459 (100%)
R 72 of 459 ~ 15.69%
G 243 of 459 ~ 52.94%
B 144 of 459 ~ 31.37%

%15.69
%52.94
%31.37

CMYK color model

#48F390 color CMYK value is (70,0,41,5).

  • cyan value is 70.37%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 4.71%
CMYK:
(70,0,41,5)
C70M0Y41K5 
(70%,0%,41%,5%)
(0.70/0.00/0.41/0.05)	

CMYK percentages

%70.37
%0
%40.74
%4.71

Codes

Color #48F390 in popluar color models

48F390
RGB72243144
HSL145°87.69%61.76%
HSB/HSV145°70.37%95.29%
CMYK70.37%0.00%40.74%
4.71%

Color #48F390 in popluar number systems.

HEX48F390
Decimal72243144
Binary10010001111001110010000
Octal110363220

Shades and tints

Shades of #48F390

#48F390
(72,243,144)
#42DD83
(66,221,131)
#3CC776
(60,199,118)
#36B169
(54,177,105)
#309B5C
(48,155,92)
#2A854F
(42,133,79)
#246F42
(36,111,66)
#1E5935
(30,89,53)
#184328
(24,67,40)
#122D1B
(18,45,27)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #48F390

#48F390
(72,243,144)
#58F49A
(88,244,154)
#68F5A4
(104,245,164)
#78F6AE
(120,246,174)
#88F7B8
(136,247,184)
#98F8C2
(152,248,194)
#A8F9CC
(168,249,204)
#B8FAD6
(184,250,214)
#C8FBE0
(200,251,224)
#D8FCEA
(216,252,234)
#E8FDF4
(232,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48F390 color. Also use rgb(72,243,144) instead hex code.

Text Font Color

.myTextColor { color: #48F390; }

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

This text font color is #48F390.


Background Color

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

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

This div background color is #48F390.


Border color

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

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

This div border color is #48F390.


Opacity

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

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

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

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

This text has shadow with #48F390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48F390 on black background.


Color preview on white background

This text has color #48F390 on white background.



Black color preview on #48F390 background

This text has black color on #48F390 background.


White color preview on #48F390 background

This text has white color on #48F390 background.