COLOR #4BD41A

HEX: #4BD41A
RGB: (75,212,26)

Color info

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

RGB color model

#4BD41A color RGB value is (75,212,26).

  • red value is 75;
  • green value is 212;
  • blue value is 26.
RGB:
(75,212,26)
(29%,83%,10%)

RGB channels and saturation

R 75 of 255 = 29%
G 212 of 255 = 83%
B 26 of 255 = 10%

75
212
26

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

Portions of RGB colors in percentages

R + G + B =
75 + 212 + 26 = 313 (100%)
R 75 of 313 ~ 23.96%
G 212 of 313 ~ 67.73%
B 26 of 313 ~ 8.31%

%23.96
%67.73

CMYK color model

#4BD41A color CMYK value is (65,0,88,17).

  • cyan value is 64.62%
  • magenta value is 0.00%
  • yellow value is 87.74%
  • key color value is 16.86%
CMYK:
(65,0,88,17)
C65M0Y88K17 
(65%,0%,88%,17%)
(0.65/0.00/0.88/0.17)	

CMYK percentages

%64.62
%0
%87.74
%16.86

Codes

Color #4BD41A in popluar color models

4BD41A
RGB7521226
HSL104°78.15%46.67%
HSB/HSV104°87.74%83.14%
CMYK64.62%0.00%87.74%
16.86%

Color #4BD41A in popluar number systems.

HEX4BD41A
Decimal7521226
Binary10010111101010011010
Octal11332432

Shades and tints

Shades of #4BD41A

#4BD41A
(75,212,26)
#45C118
(69,193,24)
#3FAE16
(63,174,22)
#399B14
(57,155,20)
#338812
(51,136,18)
#2D7510
(45,117,16)
#27620E
(39,98,14)
#214F0C
(33,79,12)
#1B3C0A
(27,60,10)
#152908
(21,41,8)
#0F1606
(15,22,6)
#000000
(0,0,0)

Tints of #4BD41A

#4BD41A
(75,212,26)
#5BD72E
(91,215,46)
#6BDA42
(107,218,66)
#7BDD56
(123,221,86)
#8BE06A
(139,224,106)
#9BE37E
(155,227,126)
#ABE692
(171,230,146)
#BBE9A6
(187,233,166)
#CBECBA
(203,236,186)
#DBEFCE
(219,239,206)
#EBF2E2
(235,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD41A color. Also use rgb(75,212,26) instead hex code.

Text Font Color

.myTextColor { color: #4BD41A; }

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

This text font color is #4BD41A.


Background Color

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

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

This div background color is #4BD41A.


Border color

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

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

This div border color is #4BD41A.


Opacity

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

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

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

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

This text has shadow with #4BD41A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD41A on black background.


Color preview on white background

This text has color #4BD41A on white background.



Black color preview on #4BD41A background

This text has black color on #4BD41A background.


White color preview on #4BD41A background

This text has white color on #4BD41A background.