COLOR #74CA1C

HEX: #74CA1C
RGB: (116,202,28)

Color info

#74CA1C contains mainly green color. Web safe color of #74CA1C is #66CC33 (or #6C3).

RGB color model

#74CA1C color RGB value is (116,202,28).

  • red value is 116;
  • green value is 202;
  • blue value is 28.
RGB:
(116,202,28)
(45%,79%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 202 of 255 = 79%
B 28 of 255 = 11%

116
202
28

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

Portions of RGB colors in percentages

R + G + B =
116 + 202 + 28 = 346 (100%)
R 116 of 346 ~ 33.53%
G 202 of 346 ~ 58.38%
B 28 of 346 ~ 8.09%

%33.53
%58.38

CMYK color model

#74CA1C color CMYK value is (43,0,86,21).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 86.14%
  • key color value is 20.78%
CMYK:
(43,0,86,21)
C43M0Y86K21 
(43%,0%,86%,21%)
(0.43/0.00/0.86/0.21)	

CMYK percentages

%42.57
%0
%86.14
%20.78

Codes

Color #74CA1C in popluar color models

74CA1C
RGB11620228
HSL90°75.65%45.10%
HSB/HSV90°86.14%79.22%
CMYK42.57%0.00%86.14%
20.78%

Color #74CA1C in popluar number systems.

HEX74CA1C
Decimal11620228
Binary11101001100101011100
Octal16431234

Shades and tints

Shades of #74CA1C

#74CA1C
(116,202,28)
#6AB81A
(106,184,26)
#60A618
(96,166,24)
#569416
(86,148,22)
#4C8214
(76,130,20)
#427012
(66,112,18)
#385E10
(56,94,16)
#2E4C0E
(46,76,14)
#243A0C
(36,58,12)
#1A280A
(26,40,10)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #74CA1C

#74CA1C
(116,202,28)
#80CE30
(128,206,48)
#8CD244
(140,210,68)
#98D658
(152,214,88)
#A4DA6C
(164,218,108)
#B0DE80
(176,222,128)
#BCE294
(188,226,148)
#C8E6A8
(200,230,168)
#D4EABC
(212,234,188)
#E0EED0
(224,238,208)
#ECF2E4
(236,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CA1C color. Also use rgb(116,202,28) instead hex code.

Text Font Color

.myTextColor { color: #74CA1C; }

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

This text font color is #74CA1C.


Background Color

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

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

This div background color is #74CA1C.


Border color

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

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

This div border color is #74CA1C.


Opacity

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

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

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

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

This text has shadow with #74CA1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74CA1C on black background.


Color preview on white background

This text has color #74CA1C on white background.



Black color preview on #74CA1C background

This text has black color on #74CA1C background.


White color preview on #74CA1C background

This text has white color on #74CA1C background.