COLOR #4BE60D

HEX: #4BE60D
RGB: (75,230,13)

Color info

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

RGB color model

#4BE60D color RGB value is (75,230,13).

  • red value is 75;
  • green value is 230;
  • blue value is 13.
RGB:
(75,230,13)
(29%,90%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 230 of 255 = 90%
B 13 of 255 = 5%

75
230
13

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

Portions of RGB colors in percentages

R + G + B =
75 + 230 + 13 = 318 (100%)
R 75 of 318 ~ 23.58%
G 230 of 318 ~ 72.33%
B 13 of 318 ~ 4.09%

%23.58
%72.33

CMYK color model

#4BE60D color CMYK value is (67,0,94,10).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 94.35%
  • key color value is 9.80%
CMYK:
(67,0,94,10)
C67M0Y94K10 
(67%,0%,94%,10%)
(0.67/0.00/0.94/0.10)	

CMYK percentages

%67.39
%0
%94.35
%9.8

Codes

Color #4BE60D in popluar color models

4BE60D
RGB7523013
HSL103°89.30%47.65%
HSB/HSV103°94.35%90.20%
CMYK67.39%0.00%94.35%
9.80%

Color #4BE60D in popluar number systems.

HEX4BE60D
Decimal7523013
Binary1001011111001101101
Octal11334615

Shades and tints

Shades of #4BE60D

#4BE60D
(75,230,13)
#45D20C
(69,210,12)
#3FBE0B
(63,190,11)
#39AA0A
(57,170,10)
#339609
(51,150,9)
#2D8208
(45,130,8)
#276E07
(39,110,7)
#215A06
(33,90,6)
#1B4605
(27,70,5)
#153204
(21,50,4)
#0F1E03
(15,30,3)
#000000
(0,0,0)

Tints of #4BE60D

#4BE60D
(75,230,13)
#5BE823
(91,232,35)
#6BEA39
(107,234,57)
#7BEC4F
(123,236,79)
#8BEE65
(139,238,101)
#9BF07B
(155,240,123)
#ABF291
(171,242,145)
#BBF4A7
(187,244,167)
#CBF6BD
(203,246,189)
#DBF8D3
(219,248,211)
#EBFAE9
(235,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BE60D color. Also use rgb(75,230,13) instead hex code.

Text Font Color

.myTextColor { color: #4BE60D; }

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

This text font color is #4BE60D.


Background Color

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

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

This div background color is #4BE60D.


Border color

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

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

This div border color is #4BE60D.


Opacity

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

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

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

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

This text has shadow with #4BE60D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BE60D on black background.


Color preview on white background

This text has color #4BE60D on white background.



Black color preview on #4BE60D background

This text has black color on #4BE60D background.


White color preview on #4BE60D background

This text has white color on #4BE60D background.