COLOR #04ED2F

HEX: #04ED2F
RGB: (4,237,47)

Color info

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

RGB color model

#04ED2F color RGB value is (4,237,47).

  • red value is 4;
  • green value is 237;
  • blue value is 47.
RGB:
(4,237,47)
(2%,93%,18%)

RGB channels and saturation

R 4 of 255 = 2%
G 237 of 255 = 93%
B 47 of 255 = 18%

4
237
47

R + G + B ~ 38%. #04ED2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 237 + 47 = 288 (100%)
R 4 of 288 ~ 1.39%
G 237 of 288 ~ 82.29%
B 47 of 288 ~ 16.32%

%82.29
%16.32

CMYK color model

#04ED2F color CMYK value is (98,0,80,7).

  • cyan value is 98.31%
  • magenta value is 0.00%
  • yellow value is 80.17%
  • key color value is 7.06%
CMYK:
(98,0,80,7)
C98M0Y80K7 
(98%,0%,80%,7%)
(0.98/0.00/0.80/0.07)	

CMYK percentages

%98.31
%0
%80.17
%7.06

Codes

Color #04ED2F in popluar color models

04ED2F
RGB423747
HSL131°96.68%47.25%
HSB/HSV131°98.31%92.94%
CMYK98.31%0.00%80.17%
7.06%

Color #04ED2F in popluar number systems.

HEX04ED2F
Decimal423747
Binary10011101101101111
Octal435557

Shades and tints

Shades of #04ED2F

#04ED2F
(4,237,47)
#04D82B
(4,216,43)
#04C327
(4,195,39)
#04AE23
(4,174,35)
#04991F
(4,153,31)
#04841B
(4,132,27)
#046F17
(4,111,23)
#045A13
(4,90,19)
#04450F
(4,69,15)
#04300B
(4,48,11)
#041B07
(4,27,7)
#000000
(0,0,0)

Tints of #04ED2F

#04ED2F
(4,237,47)
#1AEE41
(26,238,65)
#30EF53
(48,239,83)
#46F065
(70,240,101)
#5CF177
(92,241,119)
#72F289
(114,242,137)
#88F39B
(136,243,155)
#9EF4AD
(158,244,173)
#B4F5BF
(180,245,191)
#CAF6D1
(202,246,209)
#E0F7E3
(224,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04ED2F color. Also use rgb(4,237,47) instead hex code.

Text Font Color

.myTextColor { color: #04ED2F; }

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

This text font color is #04ED2F.


Background Color

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

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

This div background color is #04ED2F.


Border color

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

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

This div border color is #04ED2F.


Opacity

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

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

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

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

This text has shadow with #04ED2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04ED2F on black background.


Color preview on white background

This text has color #04ED2F on white background.



Black color preview on #04ED2F background

This text has black color on #04ED2F background.


White color preview on #04ED2F background

This text has white color on #04ED2F background.