COLOR #04E701

HEX: #04E701
RGB: (4,231,1)

Color info

#04E701 contains mainly green color. Web safe color of #04E701 is #00FF00 (or #0F0).

RGB color model

#04E701 color RGB value is (4,231,1).

  • red value is 4;
  • green value is 231;
  • blue value is 1.
RGB:
(4,231,1)
(2%,91%,0%)

RGB channels and saturation

R 4 of 255 = 2%
G 231 of 255 = 91%
B 1 of 255 = 0%

4
231
1

R + G + B ~ 31%. #04E701 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 231 + 1 = 236 (100%)
R 4 of 236 ~ 1.69%
G 231 of 236 ~ 97.88%
B 1 of 236 ~ 0.42%

%97.88

CMYK color model

#04E701 color CMYK value is (98,0,100,9).

  • cyan value is 98.27%
  • magenta value is 0.00%
  • yellow value is 99.57%
  • key color value is 9.41%
CMYK:
(98,0,100,9)
C98M0Y100K9 
(98%,0%,100%,9%)
(0.98/0.00/1.00/0.09)	

CMYK percentages

%98.27
%0
%99.57
%9.41

Codes

Color #04E701 in popluar color models

04E701
RGB42311
HSL119°99.14%45.49%
HSB/HSV119°99.57%90.59%
CMYK98.27%0.00%99.57%
9.41%

Color #04E701 in popluar number systems.

HEX04E701
Decimal42311
Binary100111001111
Octal43471

Shades and tints

Shades of #04E701

#04E701
(4,231,1)
#04D201
(4,210,1)
#04BD01
(4,189,1)
#04A801
(4,168,1)
#049301
(4,147,1)
#047E01
(4,126,1)
#046901
(4,105,1)
#045401
(4,84,1)
#043F01
(4,63,1)
#042A01
(4,42,1)
#041501
(4,21,1)
#000000
(0,0,0)

Tints of #04E701

#04E701
(4,231,1)
#1AE918
(26,233,24)
#30EB2F
(48,235,47)
#46ED46
(70,237,70)
#5CEF5D
(92,239,93)
#72F174
(114,241,116)
#88F38B
(136,243,139)
#9EF5A2
(158,245,162)
#B4F7B9
(180,247,185)
#CAF9D0
(202,249,208)
#E0FBE7
(224,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04E701 color. Also use rgb(4,231,1) instead hex code.

Text Font Color

.myTextColor { color: #04E701; }

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

This text font color is #04E701.


Background Color

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

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

This div background color is #04E701.


Border color

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

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

This div border color is #04E701.


Opacity

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

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

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

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

This text has shadow with #04E701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04E701 on black background.


Color preview on white background

This text has color #04E701 on white background.



Black color preview on #04E701 background

This text has black color on #04E701 background.


White color preview on #04E701 background

This text has white color on #04E701 background.