COLOR #48E100

HEX: #48E100
RGB: (72,225,0)

Color info

#48E100 contains mainly green color. Web safe color of #48E100 is #33CC00 (or #3C0).

RGB color model

#48E100 color RGB value is (72,225,0).

  • red value is 72;
  • green value is 225;
  • blue value is 0.
RGB:
(72,225,0)
(28%,88%,0%)

RGB channels and saturation

R 72 of 255 = 28%
G 225 of 255 = 88%
B 0 of 255 = 0%

72
225
0

R + G + B ~ 39%. #48E100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 225 + 0 = 297 (100%)
R 72 of 297 ~ 24.24%
G 225 of 297 ~ 75.76%
B 0 of 297 ~ 0%

%24.24
%75.76

CMYK color model

#48E100 color CMYK value is (68,0,100,12).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(68,0,100,12)
C68M0Y100K12 
(68%,0%,100%,12%)
(0.68/0.00/1.00/0.12)	

CMYK percentages

%68
%0
%100
%11.76

Codes

Color #48E100 in popluar color models

48E100
RGB722250
HSL101°100.00%44.12%
HSB/HSV101°100.00%88.24%
CMYK68.00%0.00%100.00%
11.76%

Color #48E100 in popluar number systems.

HEX48E100
Decimal722250
Binary1001000111000010
Octal1103410

Shades and tints

Shades of #48E100

#48E100
(72,225,0)
#42CD00
(66,205,0)
#3CB900
(60,185,0)
#36A500
(54,165,0)
#309100
(48,145,0)
#2A7D00
(42,125,0)
#246900
(36,105,0)
#1E5500
(30,85,0)
#184100
(24,65,0)
#122D00
(18,45,0)
#0C1900
(12,25,0)
#000000
(0,0,0)

Tints of #48E100

#48E100
(72,225,0)
#58E317
(88,227,23)
#68E52E
(104,229,46)
#78E745
(120,231,69)
#88E95C
(136,233,92)
#98EB73
(152,235,115)
#A8ED8A
(168,237,138)
#B8EFA1
(184,239,161)
#C8F1B8
(200,241,184)
#D8F3CF
(216,243,207)
#E8F5E6
(232,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E100 color. Also use rgb(72,225,0) instead hex code.

Text Font Color

.myTextColor { color: #48E100; }

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

This text font color is #48E100.


Background Color

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

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

This div background color is #48E100.


Border color

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

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

This div border color is #48E100.


Opacity

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

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

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

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

This text has shadow with #48E100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E100 on black background.


Color preview on white background

This text has color #48E100 on white background.



Black color preview on #48E100 background

This text has black color on #48E100 background.


White color preview on #48E100 background

This text has white color on #48E100 background.