COLOR #04F64C

HEX: #04F64C
RGB: (4,246,76)

Color info

#04F64C contains mainly green color. Web safe color of #04F64C is #00FF33 (or #0F3).

RGB color model

#04F64C color RGB value is (4,246,76).

  • red value is 4;
  • green value is 246;
  • blue value is 76.
RGB:
(4,246,76)
(2%,96%,30%)

RGB channels and saturation

R 4 of 255 = 2%
G 246 of 255 = 96%
B 76 of 255 = 30%

4
246
76

R + G + B ~ 43%. #04F64C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 246 + 76 = 326 (100%)
R 4 of 326 ~ 1.23%
G 246 of 326 ~ 75.46%
B 76 of 326 ~ 23.31%

%75.46
%23.31

CMYK color model

#04F64C color CMYK value is (98,0,69,4).

  • cyan value is 98.37%
  • magenta value is 0.00%
  • yellow value is 69.11%
  • key color value is 3.53%
CMYK:
(98,0,69,4)
C98M0Y69K4 
(98%,0%,69%,4%)
(0.98/0.00/0.69/0.04)	

CMYK percentages

%98.37
%0
%69.11
%3.53

Codes

Color #04F64C in popluar color models

04F64C
RGB424676
HSL138°96.80%49.02%
HSB/HSV138°98.37%96.47%
CMYK98.37%0.00%69.11%
3.53%

Color #04F64C in popluar number systems.

HEX04F64C
Decimal424676
Binary100111101101001100
Octal4366114

Shades and tints

Shades of #04F64C

#04F64C
(4,246,76)
#04E046
(4,224,70)
#04CA40
(4,202,64)
#04B43A
(4,180,58)
#049E34
(4,158,52)
#04882E
(4,136,46)
#047228
(4,114,40)
#045C22
(4,92,34)
#04461C
(4,70,28)
#043016
(4,48,22)
#041A10
(4,26,16)
#000000
(0,0,0)

Tints of #04F64C

#04F64C
(4,246,76)
#1AF65C
(26,246,92)
#30F66C
(48,246,108)
#46F67C
(70,246,124)
#5CF68C
(92,246,140)
#72F69C
(114,246,156)
#88F6AC
(136,246,172)
#9EF6BC
(158,246,188)
#B4F6CC
(180,246,204)
#CAF6DC
(202,246,220)
#E0F6EC
(224,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04F64C color. Also use rgb(4,246,76) instead hex code.

Text Font Color

.myTextColor { color: #04F64C; }

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

This text font color is #04F64C.


Background Color

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

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

This div background color is #04F64C.


Border color

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

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

This div border color is #04F64C.


Opacity

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

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

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

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

This text has shadow with #04F64C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04F64C on black background.


Color preview on white background

This text has color #04F64C on white background.



Black color preview on #04F64C background

This text has black color on #04F64C background.


White color preview on #04F64C background

This text has white color on #04F64C background.