COLOR #4BE453

HEX: #4BE453
RGB: (75,228,83)

Color info

#4BE453 contains mainly green color. Web safe color of #4BE453 is #33CC66 (or #3C6).

RGB color model

#4BE453 color RGB value is (75,228,83).

  • red value is 75;
  • green value is 228;
  • blue value is 83.
RGB:
(75,228,83)
(29%,89%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 228 of 255 = 89%
B 83 of 255 = 33%

75
228
83

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

Portions of RGB colors in percentages

R + G + B =
75 + 228 + 83 = 386 (100%)
R 75 of 386 ~ 19.43%
G 228 of 386 ~ 59.07%
B 83 of 386 ~ 21.5%

%19.43
%59.07
%21.5

CMYK color model

#4BE453 color CMYK value is (67,0,64,11).

  • cyan value is 67.11%
  • magenta value is 0.00%
  • yellow value is 63.60%
  • key color value is 10.59%
CMYK:
(67,0,64,11)
C67M0Y64K11 
(67%,0%,64%,11%)
(0.67/0.00/0.64/0.11)	

CMYK percentages

%67.11
%0
%63.6
%10.59

Codes

Color #4BE453 in popluar color models

4BE453
RGB7522883
HSL123°73.91%59.41%
HSB/HSV123°67.11%89.41%
CMYK67.11%0.00%63.60%
10.59%

Color #4BE453 in popluar number systems.

HEX4BE453
Decimal7522883
Binary1001011111001001010011
Octal113344123

Shades and tints

Shades of #4BE453

#4BE453
(75,228,83)
#45D04C
(69,208,76)
#3FBC45
(63,188,69)
#39A83E
(57,168,62)
#339437
(51,148,55)
#2D8030
(45,128,48)
#276C29
(39,108,41)
#215822
(33,88,34)
#1B441B
(27,68,27)
#153014
(21,48,20)
#0F1C0D
(15,28,13)
#000000
(0,0,0)

Tints of #4BE453

#4BE453
(75,228,83)
#5BE662
(91,230,98)
#6BE871
(107,232,113)
#7BEA80
(123,234,128)
#8BEC8F
(139,236,143)
#9BEE9E
(155,238,158)
#ABF0AD
(171,240,173)
#BBF2BC
(187,242,188)
#CBF4CB
(203,244,203)
#DBF6DA
(219,246,218)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BE453 color. Also use rgb(75,228,83) instead hex code.

Text Font Color

.myTextColor { color: #4BE453; }

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

This text font color is #4BE453.


Background Color

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

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

This div background color is #4BE453.


Border color

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

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

This div border color is #4BE453.


Opacity

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

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

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

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

This text has shadow with #4BE453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BE453 on black background.


Color preview on white background

This text has color #4BE453 on white background.



Black color preview on #4BE453 background

This text has black color on #4BE453 background.


White color preview on #4BE453 background

This text has white color on #4BE453 background.