COLOR #74E800

HEX: #74E800
RGB: (116,232,0)

Color info

#74E800 contains mainly green color. Web safe color of #74E800 is #66FF00 (or #6F0).

RGB color model

#74E800 color RGB value is (116,232,0).

  • red value is 116;
  • green value is 232;
  • blue value is 0.
RGB:
(116,232,0)
(45%,91%,0%)

RGB channels and saturation

R 116 of 255 = 45%
G 232 of 255 = 91%
B 0 of 255 = 0%

116
232
0

R + G + B ~ 45%. #74E800 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 232 + 0 = 348 (100%)
R 116 of 348 ~ 33.33%
G 232 of 348 ~ 66.67%
B 0 of 348 ~ 0%

%33.33
%66.67

CMYK color model

#74E800 color CMYK value is (50,0,100,9).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(50,0,100,9)
C50M0Y100K9 
(50%,0%,100%,9%)
(0.50/0.00/1.00/0.09)	

CMYK percentages

%50
%0
%100
%9.02

Codes

Color #74E800 in popluar color models

74E800
RGB1162320
HSL90°100.00%45.49%
HSB/HSV90°100.00%90.98%
CMYK50.00%0.00%100.00%
9.02%

Color #74E800 in popluar number systems.

HEX74E800
Decimal1162320
Binary1110100111010000
Octal1643500

Shades and tints

Shades of #74E800

#74E800
(116,232,0)
#6AD300
(106,211,0)
#60BE00
(96,190,0)
#56A900
(86,169,0)
#4C9400
(76,148,0)
#427F00
(66,127,0)
#386A00
(56,106,0)
#2E5500
(46,85,0)
#244000
(36,64,0)
#1A2B00
(26,43,0)
#101600
(16,22,0)
#000000
(0,0,0)

Tints of #74E800

#74E800
(116,232,0)
#80EA17
(128,234,23)
#8CEC2E
(140,236,46)
#98EE45
(152,238,69)
#A4F05C
(164,240,92)
#B0F273
(176,242,115)
#BCF48A
(188,244,138)
#C8F6A1
(200,246,161)
#D4F8B8
(212,248,184)
#E0FACF
(224,250,207)
#ECFCE6
(236,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E800 color. Also use rgb(116,232,0) instead hex code.

Text Font Color

.myTextColor { color: #74E800; }

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

This text font color is #74E800.


Background Color

.myBgColor { background-color: #74E800; }

<div style="background-color:#74E800">Inner text</div>

This div background color is #74E800.


Border color

.myBorderColor { border: 1px solid #74E800; }

<div style="border:3px solid #74E800">Div</div>

This div border color is #74E800.


Opacity

.myOpacity80 { color: #74E800; opacity: 0.8; }

<p style="color:#74E800;opacity:0.8;">80%</p>

Text with #74E800 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 #74E800;}

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

This text has shadow with #74E800 color.

.textShadow {text-shadow: 3px 3px 1px #74E800, 3px 3px 1px red;}

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

This text has shadow with #74E800 primary color and red secondary color.


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

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

This text has shadow with #74E800 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E800 on black background.


Color preview on white background

This text has color #74E800 on white background.



Black color preview on #74E800 background

This text has black color on #74E800 background.


White color preview on #74E800 background

This text has white color on #74E800 background.