COLOR #48ED46

HEX: #48ED46
RGB: (72,237,70)

Color info

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

RGB color model

#48ED46 color RGB value is (72,237,70).

  • red value is 72;
  • green value is 237;
  • blue value is 70.
RGB:
(72,237,70)
(28%,93%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 237 of 255 = 93%
B 70 of 255 = 27%

72
237
70

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

Portions of RGB colors in percentages

R + G + B =
72 + 237 + 70 = 379 (100%)
R 72 of 379 ~ 19%
G 237 of 379 ~ 62.53%
B 70 of 379 ~ 18.47%

%19
%62.53
%18.47

CMYK color model

#48ED46 color CMYK value is (70,0,70,7).

  • cyan value is 69.62%
  • magenta value is 0.00%
  • yellow value is 70.46%
  • key color value is 7.06%
CMYK:
(70,0,70,7)
C70M0Y70K7 
(70%,0%,70%,7%)
(0.70/0.00/0.70/0.07)	

CMYK percentages

%69.62
%0
%70.46
%7.06

Codes

Color #48ED46 in popluar color models

48ED46
RGB7223770
HSL119°82.27%60.20%
HSB/HSV119°70.46%92.94%
CMYK69.62%0.00%70.46%
7.06%

Color #48ED46 in popluar number systems.

HEX48ED46
Decimal7223770
Binary1001000111011011000110
Octal110355106

Shades and tints

Shades of #48ED46

#48ED46
(72,237,70)
#42D840
(66,216,64)
#3CC33A
(60,195,58)
#36AE34
(54,174,52)
#30992E
(48,153,46)
#2A8428
(42,132,40)
#246F22
(36,111,34)
#1E5A1C
(30,90,28)
#184516
(24,69,22)
#123010
(18,48,16)
#0C1B0A
(12,27,10)
#000000
(0,0,0)

Tints of #48ED46

#48ED46
(72,237,70)
#58EE56
(88,238,86)
#68EF66
(104,239,102)
#78F076
(120,240,118)
#88F186
(136,241,134)
#98F296
(152,242,150)
#A8F3A6
(168,243,166)
#B8F4B6
(184,244,182)
#C8F5C6
(200,245,198)
#D8F6D6
(216,246,214)
#E8F7E6
(232,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48ED46 color. Also use rgb(72,237,70) instead hex code.

Text Font Color

.myTextColor { color: #48ED46; }

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

This text font color is #48ED46.


Background Color

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

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

This div background color is #48ED46.


Border color

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

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

This div border color is #48ED46.


Opacity

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

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

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

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

This text has shadow with #48ED46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ED46 on black background.


Color preview on white background

This text has color #48ED46 on white background.



Black color preview on #48ED46 background

This text has black color on #48ED46 background.


White color preview on #48ED46 background

This text has white color on #48ED46 background.