COLOR #4DD235

HEX: #4DD235
RGB: (77,210,53)

Color info

#4DD235 contains mainly green color. Web safe color of #4DD235 is #33CC33 (or #3C3).

RGB color model

#4DD235 color RGB value is (77,210,53).

  • red value is 77;
  • green value is 210;
  • blue value is 53.
RGB:
(77,210,53)
(30%,82%,21%)

RGB channels and saturation

R 77 of 255 = 30%
G 210 of 255 = 82%
B 53 of 255 = 21%

77
210
53

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

Portions of RGB colors in percentages

R + G + B =
77 + 210 + 53 = 340 (100%)
R 77 of 340 ~ 22.65%
G 210 of 340 ~ 61.76%
B 53 of 340 ~ 15.59%

%22.65
%61.76
%15.59

CMYK color model

#4DD235 color CMYK value is (63,0,75,18).

  • cyan value is 63.33%
  • magenta value is 0.00%
  • yellow value is 74.76%
  • key color value is 17.65%
CMYK:
(63,0,75,18)
C63M0Y75K18 
(63%,0%,75%,18%)
(0.63/0.00/0.75/0.18)	

CMYK percentages

%63.33
%0
%74.76
%17.65

Codes

Color #4DD235 in popluar color models

4DD235
RGB7721053
HSL111°63.56%51.57%
HSB/HSV111°74.76%82.35%
CMYK63.33%0.00%74.76%
17.65%

Color #4DD235 in popluar number systems.

HEX4DD235
Decimal7721053
Binary100110111010010110101
Octal11532265

Shades and tints

Shades of #4DD235

#4DD235
(77,210,53)
#46BF31
(70,191,49)
#3FAC2D
(63,172,45)
#389929
(56,153,41)
#318625
(49,134,37)
#2A7321
(42,115,33)
#23601D
(35,96,29)
#1C4D19
(28,77,25)
#153A15
(21,58,21)
#0E2711
(14,39,17)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #4DD235

#4DD235
(77,210,53)
#5DD647
(93,214,71)
#6DDA59
(109,218,89)
#7DDE6B
(125,222,107)
#8DE27D
(141,226,125)
#9DE68F
(157,230,143)
#ADEAA1
(173,234,161)
#BDEEB3
(189,238,179)
#CDF2C5
(205,242,197)
#DDF6D7
(221,246,215)
#EDFAE9
(237,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD235 color. Also use rgb(77,210,53) instead hex code.

Text Font Color

.myTextColor { color: #4DD235; }

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

This text font color is #4DD235.


Background Color

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

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

This div background color is #4DD235.


Border color

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

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

This div border color is #4DD235.


Opacity

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

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

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

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

This text has shadow with #4DD235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD235 on black background.


Color preview on white background

This text has color #4DD235 on white background.



Black color preview on #4DD235 background

This text has black color on #4DD235 background.


White color preview on #4DD235 background

This text has white color on #4DD235 background.