COLOR #4DBE00

HEX: #4DBE00
RGB: (77,190,0)

Color info

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

RGB color model

#4DBE00 color RGB value is (77,190,0).

  • red value is 77;
  • green value is 190;
  • blue value is 0.
RGB:
(77,190,0)
(30%,75%,0%)

RGB channels and saturation

R 77 of 255 = 30%
G 190 of 255 = 75%
B 0 of 255 = 0%

77
190
0

R + G + B ~ 35%. #4DBE00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 190 + 0 = 267 (100%)
R 77 of 267 ~ 28.84%
G 190 of 267 ~ 71.16%
B 0 of 267 ~ 0%

%28.84
%71.16

CMYK color model

#4DBE00 color CMYK value is (59,0,100,25).

  • cyan value is 59.47%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 25.49%
CMYK:
(59,0,100,25)
C59M0Y100K25 
(59%,0%,100%,25%)
(0.59/0.00/1.00/0.25)	

CMYK percentages

%59.47
%0
%100
%25.49

Codes

Color #4DBE00 in popluar color models

4DBE00
RGB771900
HSL96°100.00%37.25%
HSB/HSV96°100.00%74.51%
CMYK59.47%0.00%100.00%
25.49%

Color #4DBE00 in popluar number systems.

HEX4DBE00
Decimal771900
Binary1001101101111100
Octal1152760

Shades and tints

Shades of #4DBE00

#4DBE00
(77,190,0)
#46AD00
(70,173,0)
#3F9C00
(63,156,0)
#388B00
(56,139,0)
#317A00
(49,122,0)
#2A6900
(42,105,0)
#235800
(35,88,0)
#1C4700
(28,71,0)
#153600
(21,54,0)
#0E2500
(14,37,0)
#071400
(7,20,0)
#000000
(0,0,0)

Tints of #4DBE00

#4DBE00
(77,190,0)
#5DC317
(93,195,23)
#6DC82E
(109,200,46)
#7DCD45
(125,205,69)
#8DD25C
(141,210,92)
#9DD773
(157,215,115)
#ADDC8A
(173,220,138)
#BDE1A1
(189,225,161)
#CDE6B8
(205,230,184)
#DDEBCF
(221,235,207)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBE00 color. Also use rgb(77,190,0) instead hex code.

Text Font Color

.myTextColor { color: #4DBE00; }

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

This text font color is #4DBE00.


Background Color

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

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

This div background color is #4DBE00.


Border color

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

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

This div border color is #4DBE00.


Opacity

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

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

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

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

This text has shadow with #4DBE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBE00 on black background.


Color preview on white background

This text has color #4DBE00 on white background.



Black color preview on #4DBE00 background

This text has black color on #4DBE00 background.


White color preview on #4DBE00 background

This text has white color on #4DBE00 background.