COLOR #48F438

HEX: #48F438
RGB: (72,244,56)

Color info

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

RGB color model

#48F438 color RGB value is (72,244,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 244 of 255 = 96%
B 56 of 255 = 22%

72
244
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 244 + 56 = 372 (100%)
R 72 of 372 ~ 19.35%
G 244 of 372 ~ 65.59%
B 56 of 372 ~ 15.05%

%19.35
%65.59
%15.05

CMYK color model

#48F438 color CMYK value is (70,0,77,4).

  • cyan value is 70.49%
  • magenta value is 0.00%
  • yellow value is 77.05%
  • key color value is 4.31%
CMYK:
(70,0,77,4)
C70M0Y77K4 
(70%,0%,77%,4%)
(0.70/0.00/0.77/0.04)	

CMYK percentages

%70.49
%0
%77.05
%4.31

Codes

Color #48F438 in popluar color models

48F438
RGB7224456
HSL115°89.52%58.82%
HSB/HSV115°77.05%95.69%
CMYK70.49%0.00%77.05%
4.31%

Color #48F438 in popluar number systems.

HEX48F438
Decimal7224456
Binary100100011110100111000
Octal11036470

Shades and tints

Shades of #48F438

#48F438
(72,244,56)
#42DE33
(66,222,51)
#3CC82E
(60,200,46)
#36B229
(54,178,41)
#309C24
(48,156,36)
#2A861F
(42,134,31)
#24701A
(36,112,26)
#1E5A15
(30,90,21)
#184410
(24,68,16)
#122E0B
(18,46,11)
#0C1806
(12,24,6)
#000000
(0,0,0)

Tints of #48F438

#48F438
(72,244,56)
#58F54A
(88,245,74)
#68F65C
(104,246,92)
#78F76E
(120,247,110)
#88F880
(136,248,128)
#98F992
(152,249,146)
#A8FAA4
(168,250,164)
#B8FBB6
(184,251,182)
#C8FCC8
(200,252,200)
#D8FDDA
(216,253,218)
#E8FEEC
(232,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48F438; }

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

This text font color is #48F438.


Background Color

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

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

This div background color is #48F438.


Border color

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

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

This div border color is #48F438.


Opacity

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

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

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

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

This text has shadow with #48F438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48F438 on black background.


Color preview on white background

This text has color #48F438 on white background.



Black color preview on #48F438 background

This text has black color on #48F438 background.


White color preview on #48F438 background

This text has white color on #48F438 background.