COLOR #04EE1B

HEX: #04EE1B
RGB: (4,238,27)

Color info

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

RGB color model

#04EE1B color RGB value is (4,238,27).

  • red value is 4;
  • green value is 238;
  • blue value is 27.
RGB:
(4,238,27)
(2%,93%,11%)

RGB channels and saturation

R 4 of 255 = 2%
G 238 of 255 = 93%
B 27 of 255 = 11%

4
238
27

R + G + B ~ 35%. #04EE1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 238 + 27 = 269 (100%)
R 4 of 269 ~ 1.49%
G 238 of 269 ~ 88.48%
B 27 of 269 ~ 10.04%

%88.48
%10.04

CMYK color model

#04EE1B color CMYK value is (98,0,89,7).

  • cyan value is 98.32%
  • magenta value is 0.00%
  • yellow value is 88.66%
  • key color value is 6.67%
CMYK:
(98,0,89,7)
C98M0Y89K7 
(98%,0%,89%,7%)
(0.98/0.00/0.89/0.07)	

CMYK percentages

%98.32
%0
%88.66
%6.67

Codes

Color #04EE1B in popluar color models

04EE1B
RGB423827
HSL126°96.69%47.45%
HSB/HSV126°98.32%93.33%
CMYK98.32%0.00%88.66%
6.67%

Color #04EE1B in popluar number systems.

HEX04EE1B
Decimal423827
Binary1001110111011011
Octal435633

Shades and tints

Shades of #04EE1B

#04EE1B
(4,238,27)
#04D919
(4,217,25)
#04C417
(4,196,23)
#04AF15
(4,175,21)
#049A13
(4,154,19)
#048511
(4,133,17)
#04700F
(4,112,15)
#045B0D
(4,91,13)
#04460B
(4,70,11)
#043109
(4,49,9)
#041C07
(4,28,7)
#000000
(0,0,0)

Tints of #04EE1B

#04EE1B
(4,238,27)
#1AEF2F
(26,239,47)
#30F043
(48,240,67)
#46F157
(70,241,87)
#5CF26B
(92,242,107)
#72F37F
(114,243,127)
#88F493
(136,244,147)
#9EF5A7
(158,245,167)
#B4F6BB
(180,246,187)
#CAF7CF
(202,247,207)
#E0F8E3
(224,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04EE1B color. Also use rgb(4,238,27) instead hex code.

Text Font Color

.myTextColor { color: #04EE1B; }

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

This text font color is #04EE1B.


Background Color

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

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

This div background color is #04EE1B.


Border color

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

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

This div border color is #04EE1B.


Opacity

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

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

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

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

This text has shadow with #04EE1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04EE1B on black background.


Color preview on white background

This text has color #04EE1B on white background.



Black color preview on #04EE1B background

This text has black color on #04EE1B background.


White color preview on #04EE1B background

This text has white color on #04EE1B background.