COLOR #4EBF15

HEX: #4EBF15 RGB: (78,191,21)

Color info

#4EBF15 contains mainly green color. Web safe color of #4EBF15 is #66CC00 (or #6C0).

RGB color model

#4EBF15 color RGB value is (78,191,21).

RGB: (78,191,21) (31%, 75%, 8%)

RGB channels and saturation

R 78 of 255 = 31%
G 191 of 255 = 75%
B 21 of 255 = 8%

78
191
21

R + G + B ~ 38%. #4EBF15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 191 + 21 = 290 (100%)
R 78 of 290 ~ 26.9%
G 191 of 290 ~ 65.86%
B 21 of 290 ~ 7.24'%

%26.9
%65.86

CMYK color model

#4EBF15 color CMYK value is (59,0,89,25).

  • cyan value is 59.16%
  • magenta value is 0.00%
  • yellow value is 89.01%
  • key color value is 25.10%
CMYK: (59,0,89,25) C59M0Y89K25 (59%,0%,89%,25%) (0.59/0.00/0.89/0.25) 

CMYK percentages

%59.16
%0
%89.01
%25.1

Codes

Color #4EBF15 in popluar color models

4E BF 15
RGB 78 191 21
HSL 100° 80.19% 41.57%
HSB/HSV 100° 89.01% 74.90%
CMYK 59.16% 0.00% 89.01%
25.10%

Color #4EBF15 in popluar number systems.

HEX 4E BF 15
Decimal 78 191 21
Binary 1001110 10111111 10101
Octal 116 277 25

Shades and tints

Shades of #4EBF15

#4EBF15
(78,191,21)
#47AE14
(71,174,20)
#409D13
(64,157,19)
#398C12
(57,140,18)
#327B11
(50,123,17)
#2B6A10
(43,106,16)
#24590F
(36,89,15)
#1D480E
(29,72,14)
#16370D
(22,55,13)
#0F260C
(15,38,12)
#08150B
(8,21,11)
#000000
(0,0,0)

Tints of #4EBF15

#4EBF15
(78,191,21)
#5EC42A
(94,196,42)
#6EC93F
(110,201,63)
#7ECE54
(126,206,84)
#8ED369
(142,211,105)
#9ED87E
(158,216,126)
#AEDD93
(174,221,147)
#BEE2A8
(190,226,168)
#CEE7BD
(206,231,189)
#DEECD2
(222,236,210)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EBF15 color. Also use rgb(78,191,21) instead hex code.

Text Font Color

.myTextColor { color: #4EBF15; }

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

This text font color is #4EBF15.

Background Color

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

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

This div background color is #4EBF15.

Border color

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

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

This div border color is #4EBF15.

Opacity

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

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

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

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

This text has shadow with #4EBF15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EBF15.

Preview

Color preview on black background

This text has color #4EBF15 on black background.


Color preview on white background

This text has color #4EBF15 on white background.


Black color preview on #4EBF15 background

This text has black color on #4EBF15 background.


White color preview on #4EBF15 background

This text has white color on #4EBF15 background.


Related colors

Complementary color

Complementary color for #hex is #B140EA.


I love getcolorcode.com

Triadic colors

1 #154EBF and #BF154E with #4EBF15 are triadic colors.

2 #15BF4E and #BF4E15 with #4EBF15 are triadic colors.