COLOR #04C615

HEX: #04C615 RGB: (4,198,21)

Color info

#04C615 contains mainly green color. Web safe color of #04C615 is #00CC00 (or #0C0).

RGB color model

#04C615 color RGB value is (4,198,21).

RGB: (4,198,21) (2%, 78%, 8%)

RGB channels and saturation

R 4 of 255 = 2%
G 198 of 255 = 78%
B 21 of 255 = 8%

4
198
21

R + G + B ~ 29%. #04C615 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 198 + 21 = 223 (100%)
R 4 of 223 ~ 1.79%
G 198 of 223 ~ 88.79%
B 21 of 223 ~ 9.42'%

%88.79

CMYK color model

#04C615 color CMYK value is (98,0,89,22).

  • cyan value is 97.98%
  • magenta value is 0.00%
  • yellow value is 89.39%
  • key color value is 22.35%

CMYK: (98,0,89,22)
C98M0Y89K22 (98%, 0%, 89%, 22%)
(0.98 / 0.00 / 0.89 / 0.22)

CMYK percentages

%97.98
%0
%89.39
%22.35

Codes

Color #04C615 in popluar color models

04 C6 15
RGB 4 198 21
HSL 125° 96.04% 39.61%
HSB/HSV 125° 97.98% 77.65%
CMYK 97.98% 0.00% 89.39%
22.35%

Color #04C615 in popluar number systems.

HEX 04 C6 15
Decimal 4 198 21
Binary 100 11000110 10101
Octal 4 306 25

Shades and tints

Shades of #04C615

#04C615
(4,198,21)
#04B414
(4,180,20)
#04A213
(4,162,19)
#049012
(4,144,18)
#047E11
(4,126,17)
#046C10
(4,108,16)
#045A0F
(4,90,15)
#04480E
(4,72,14)
#04360D
(4,54,13)
#04240C
(4,36,12)
#04120B
(4,18,11)
#000000
(0,0,0)

Tints of #04C615

#04C615
(4,198,21)
#1ACB2A
(26,203,42)
#30D03F
(48,208,63)
#46D554
(70,213,84)
#5CDA69
(92,218,105)
#72DF7E
(114,223,126)
#88E493
(136,228,147)
#9EE9A8
(158,233,168)
#B4EEBD
(180,238,189)
#CAF3D2
(202,243,210)
#E0F8E7
(224,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04C615 color. Also use rgb(4,198,21) instead hex code.

Text Font Color

.myTextColor { color: #04C615; }

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

This text font color is #04C615.

Background Color

.myBgColor { background-color: #04C615; }

<div style="background-color:#04C615">Inner text</div>

This div background color is #04C615.

Border color

.myBorderColor { border: 1px solid #04C615; }

<div style="border:3px solid #04C615">Div</div>

This div border color is #04C615.

Opacity

.myOpacity80 { color: #04C615; opacity: 0.8; }

<p style="color:#04C615;opacity:0.8;">80%</p>

Text with #04C615 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 #04C615;}

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

This text has shadow with #04C615 color.


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

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

This text has shadow with #04C615 primary color and red secondary color.


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

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

This text has shadow with #04C615 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #04C615.

Preview

Color preview on black background

This text has color #04C615 on black background.


Color preview on white background

This text has color #04C615 on white background.


Black color preview on #04C615 background

This text has black color on #04C615 background.


White color preview on #04C615 background

This text has white color on #04C615 background.


Related colors

Complementary color

Complementary color for #hex is #FB39EA.


I love getcolorcode.com

Triadic colors

1 #1504C6 and #C61504 with #04C615 are triadic colors.

2 #15C604 and #C60415 with #04C615 are triadic colors.