COLOR #4BFC63

HEX: #4BFC63
RGB: (75,252,99)

Color info

#4BFC63 contains mainly green color. Web safe color of #4BFC63 is #33FF66 (or #3F6).

RGB color model

#4BFC63 color RGB value is (75,252,99).

  • red value is 75;
  • green value is 252;
  • blue value is 99.
RGB:
(75,252,99)
(29%,99%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 252 of 255 = 99%
B 99 of 255 = 39%

75
252
99

R + G + B ~ 56%. #4BFC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 252 + 99 = 426 (100%)
R 75 of 426 ~ 17.61%
G 252 of 426 ~ 59.15%
B 99 of 426 ~ 23.24%

%17.61
%59.15
%23.24

CMYK color model

#4BFC63 color CMYK value is (70,0,61,1).

  • cyan value is 70.24%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 1.18%
CMYK:
(70,0,61,1)
C70M0Y61K1 
(70%,0%,61%,1%)
(0.70/0.00/0.61/0.01)	

CMYK percentages

%70.24
%0
%60.71
%1.18

Codes

Color #4BFC63 in popluar color models

4BFC63
RGB7525299
HSL128°96.72%64.12%
HSB/HSV128°70.24%98.82%
CMYK70.24%0.00%60.71%
1.18%

Color #4BFC63 in popluar number systems.

HEX4BFC63
Decimal7525299
Binary1001011111111001100011
Octal113374143

Shades and tints

Shades of #4BFC63

#4BFC63
(75,252,99)
#45E65A
(69,230,90)
#3FD051
(63,208,81)
#39BA48
(57,186,72)
#33A43F
(51,164,63)
#2D8E36
(45,142,54)
#27782D
(39,120,45)
#216224
(33,98,36)
#1B4C1B
(27,76,27)
#153612
(21,54,18)
#0F2009
(15,32,9)
#000000
(0,0,0)

Tints of #4BFC63

#4BFC63
(75,252,99)
#5BFC71
(91,252,113)
#6BFC7F
(107,252,127)
#7BFC8D
(123,252,141)
#8BFC9B
(139,252,155)
#9BFCA9
(155,252,169)
#ABFCB7
(171,252,183)
#BBFCC5
(187,252,197)
#CBFCD3
(203,252,211)
#DBFCE1
(219,252,225)
#EBFCEF
(235,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BFC63 color. Also use rgb(75,252,99) instead hex code.

Text Font Color

.myTextColor { color: #4BFC63; }

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

This text font color is #4BFC63.


Background Color

.myBgColor { background-color: #4BFC63; }

<div style="background-color:#4BFC63">Inner text</div>

This div background color is #4BFC63.


Border color

.myBorderColor { border: 1px solid #4BFC63; }

<div style="border:3px solid #4BFC63">Div</div>

This div border color is #4BFC63.


Opacity

.myOpacity80 { color: #4BFC63; opacity: 0.8; }

<p style="color:#4BFC63;opacity:0.8;">80%</p>

Text with #4BFC63 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 #4BFC63;}

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

This text has shadow with #4BFC63 color.

.textShadow {text-shadow: 3px 3px 1px #4BFC63, 3px 3px 1px red;}

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

This text has shadow with #4BFC63 primary color and red secondary color.


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

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

This text has shadow with #4BFC63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BFC63 on black background.


Color preview on white background

This text has color #4BFC63 on white background.



Black color preview on #4BFC63 background

This text has black color on #4BFC63 background.


White color preview on #4BFC63 background

This text has white color on #4BFC63 background.