COLOR #7CC14A

HEX: #7CC14A
RGB: (124,193,74)

Color info

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

RGB color model

#7CC14A color RGB value is (124,193,74).

  • red value is 124;
  • green value is 193;
  • blue value is 74.
RGB:
(124,193,74)
(49%,76%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 74 of 255 = 29%

124
193
74

R + G + B ~ 51%. #7CC14A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 193 + 74 = 391 (100%)
R 124 of 391 ~ 31.71%
G 193 of 391 ~ 49.36%
B 74 of 391 ~ 18.93%

%31.71
%49.36
%18.93

CMYK color model

#7CC14A color CMYK value is (36,0,62,24).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 61.66%
  • key color value is 24.31%
CMYK:
(36,0,62,24)
C36M0Y62K24 
(36%,0%,62%,24%)
(0.36/0.00/0.62/0.24)	

CMYK percentages

%35.75
%0
%61.66
%24.31

Codes

Color #7CC14A in popluar color models

7CC14A
RGB12419374
HSL95°48.97%52.35%
HSB/HSV95°61.66%75.69%
CMYK35.75%0.00%61.66%
24.31%

Color #7CC14A in popluar number systems.

HEX7CC14A
Decimal12419374
Binary1111100110000011001010
Octal174301112

Shades and tints

Shades of #7CC14A

#7CC14A
(124,193,74)
#71B044
(113,176,68)
#669F3E
(102,159,62)
#5B8E38
(91,142,56)
#507D32
(80,125,50)
#456C2C
(69,108,44)
#3A5B26
(58,91,38)
#2F4A20
(47,74,32)
#24391A
(36,57,26)
#192814
(25,40,20)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #7CC14A

#7CC14A
(124,193,74)
#87C65A
(135,198,90)
#92CB6A
(146,203,106)
#9DD07A
(157,208,122)
#A8D58A
(168,213,138)
#B3DA9A
(179,218,154)
#BEDFAA
(190,223,170)
#C9E4BA
(201,228,186)
#D4E9CA
(212,233,202)
#DFEEDA
(223,238,218)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC14A color. Also use rgb(124,193,74) instead hex code.

Text Font Color

.myTextColor { color: #7CC14A; }

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

This text font color is #7CC14A.


Background Color

.myBgColor { background-color: #7CC14A; }

<div style="background-color:#7CC14A">Inner text</div>

This div background color is #7CC14A.


Border color

.myBorderColor { border: 1px solid #7CC14A; }

<div style="border:3px solid #7CC14A">Div</div>

This div border color is #7CC14A.


Opacity

.myOpacity80 { color: #7CC14A; opacity: 0.8; }

<p style="color:#7CC14A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CC14A color.

.textShadow {text-shadow: 3px 3px 1px #7CC14A, 3px 3px 1px red;}

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

This text has shadow with #7CC14A primary color and red secondary color.


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

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

This text has shadow with #7CC14A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC14A on black background.


Color preview on white background

This text has color #7CC14A on white background.



Black color preview on #7CC14A background

This text has black color on #7CC14A background.


White color preview on #7CC14A background

This text has white color on #7CC14A background.