COLOR #48F408

HEX: #48F408
RGB: (72,244,8)

Color info

#48F408 contains mainly green color. Web safe color of #48F408 is #33FF00 (or #3F0).

RGB color model

#48F408 color RGB value is (72,244,8).

  • red value is 72;
  • green value is 244;
  • blue value is 8.
RGB:
(72,244,8)
(28%,96%,3%)

RGB channels and saturation

R 72 of 255 = 28%
G 244 of 255 = 96%
B 8 of 255 = 3%

72
244
8

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

Portions of RGB colors in percentages

R + G + B =
72 + 244 + 8 = 324 (100%)
R 72 of 324 ~ 22.22%
G 244 of 324 ~ 75.31%
B 8 of 324 ~ 2.47%

%22.22
%75.31

CMYK color model

#48F408 color CMYK value is (70,0,97,4).

  • cyan value is 70.49%
  • magenta value is 0.00%
  • yellow value is 96.72%
  • key color value is 4.31%
CMYK:
(70,0,97,4)
C70M0Y97K4 
(70%,0%,97%,4%)
(0.70/0.00/0.97/0.04)	

CMYK percentages

%70.49
%0
%96.72
%4.31

Codes

Color #48F408 in popluar color models

48F408
RGB722448
HSL104°93.65%49.41%
HSB/HSV104°96.72%95.69%
CMYK70.49%0.00%96.72%
4.31%

Color #48F408 in popluar number systems.

HEX48F408
Decimal722448
Binary1001000111101001000
Octal11036410

Shades and tints

Shades of #48F408

#48F408
(72,244,8)
#42DE08
(66,222,8)
#3CC808
(60,200,8)
#36B208
(54,178,8)
#309C08
(48,156,8)
#2A8608
(42,134,8)
#247008
(36,112,8)
#1E5A08
(30,90,8)
#184408
(24,68,8)
#122E08
(18,46,8)
#0C1808
(12,24,8)
#000000
(0,0,0)

Tints of #48F408

#48F408
(72,244,8)
#58F51E
(88,245,30)
#68F634
(104,246,52)
#78F74A
(120,247,74)
#88F860
(136,248,96)
#98F976
(152,249,118)
#A8FA8C
(168,250,140)
#B8FBA2
(184,251,162)
#C8FCB8
(200,252,184)
#D8FDCE
(216,253,206)
#E8FEE4
(232,254,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48F408 color. Also use rgb(72,244,8) instead hex code.

Text Font Color

.myTextColor { color: #48F408; }

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

This text font color is #48F408.


Background Color

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

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

This div background color is #48F408.


Border color

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

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

This div border color is #48F408.


Opacity

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

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

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

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

This text has shadow with #48F408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48F408 on black background.


Color preview on white background

This text has color #48F408 on white background.



Black color preview on #48F408 background

This text has black color on #48F408 background.


White color preview on #48F408 background

This text has white color on #48F408 background.