COLOR #48FF23

HEX: #48FF23
RGB: (72,255,35)

Color info

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

RGB color model

#48FF23 color RGB value is (72,255,35).

  • red value is 72;
  • green value is 255;
  • blue value is 35.
RGB:
(72,255,35)
(28%,100%,14%)

RGB channels and saturation

R 72 of 255 = 28%
G 255 of 255 = 100%
B 35 of 255 = 14%

72
255
35

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

Portions of RGB colors in percentages

R + G + B =
72 + 255 + 35 = 362 (100%)
R 72 of 362 ~ 19.89%
G 255 of 362 ~ 70.44%
B 35 of 362 ~ 9.67%

%19.89
%70.44
%9.67

CMYK color model

#48FF23 color CMYK value is (72,0,86,0).

  • cyan value is 71.76%
  • magenta value is 0.00%
  • yellow value is 86.27%
  • key color value is 0.00%
CMYK:
(72,0,86,0)
C72M0Y86K0 
(72%,0%,86%,0%)
(0.72/0.00/0.86/0.00)	

CMYK percentages

%71.76
%0
%86.27
%0

Codes

Color #48FF23 in popluar color models

48FF23
RGB7225535
HSL110°100.00%56.86%
HSB/HSV110°86.27%100.00%
CMYK71.76%0.00%86.27%
0.00%

Color #48FF23 in popluar number systems.

HEX48FF23
Decimal7225535
Binary100100011111111100011
Octal11037743

Shades and tints

Shades of #48FF23

#48FF23
(72,255,35)
#42E820
(66,232,32)
#3CD11D
(60,209,29)
#36BA1A
(54,186,26)
#30A317
(48,163,23)
#2A8C14
(42,140,20)
#247511
(36,117,17)
#1E5E0E
(30,94,14)
#18470B
(24,71,11)
#123008
(18,48,8)
#0C1905
(12,25,5)
#000000
(0,0,0)

Tints of #48FF23

#48FF23
(72,255,35)
#58FF37
(88,255,55)
#68FF4B
(104,255,75)
#78FF5F
(120,255,95)
#88FF73
(136,255,115)
#98FF87
(152,255,135)
#A8FF9B
(168,255,155)
#B8FFAF
(184,255,175)
#C8FFC3
(200,255,195)
#D8FFD7
(216,255,215)
#E8FFEB
(232,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48FF23 color. Also use rgb(72,255,35) instead hex code.

Text Font Color

.myTextColor { color: #48FF23; }

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

This text font color is #48FF23.


Background Color

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

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

This div background color is #48FF23.


Border color

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

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

This div border color is #48FF23.


Opacity

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

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

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

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

This text has shadow with #48FF23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48FF23 on black background.


Color preview on white background

This text has color #48FF23 on white background.



Black color preview on #48FF23 background

This text has black color on #48FF23 background.


White color preview on #48FF23 background

This text has white color on #48FF23 background.