COLOR #7CCD18

HEX: #7CCD18
RGB: (124,205,24)

Color info

#7CCD18 contains mainly green color. Web safe color of #7CCD18 is #66CC00 (or #6C0).

RGB color model

#7CCD18 color RGB value is (124,205,24).

  • red value is 124;
  • green value is 205;
  • blue value is 24.
RGB:
(124,205,24)
(49%,80%,9%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 24 of 255 = 9%

124
205
24

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

Portions of RGB colors in percentages

R + G + B =
124 + 205 + 24 = 353 (100%)
R 124 of 353 ~ 35.13%
G 205 of 353 ~ 58.07%
B 24 of 353 ~ 6.8%

%35.13
%58.07

CMYK color model

#7CCD18 color CMYK value is (40,0,88,20).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 88.29%
  • key color value is 19.61%
CMYK:
(40,0,88,20)
C40M0Y88K20 
(40%,0%,88%,20%)
(0.40/0.00/0.88/0.20)	

CMYK percentages

%39.51
%0
%88.29
%19.61

Codes

Color #7CCD18 in popluar color models

7CCD18
RGB12420524
HSL87°79.04%44.90%
HSB/HSV87°88.29%80.39%
CMYK39.51%0.00%88.29%
19.61%

Color #7CCD18 in popluar number systems.

HEX7CCD18
Decimal12420524
Binary11111001100110111000
Octal17431530

Shades and tints

Shades of #7CCD18

#7CCD18
(124,205,24)
#71BB16
(113,187,22)
#66A914
(102,169,20)
#5B9712
(91,151,18)
#508510
(80,133,16)
#45730E
(69,115,14)
#3A610C
(58,97,12)
#2F4F0A
(47,79,10)
#243D08
(36,61,8)
#192B06
(25,43,6)
#0E1904
(14,25,4)
#000000
(0,0,0)

Tints of #7CCD18

#7CCD18
(124,205,24)
#87D12D
(135,209,45)
#92D542
(146,213,66)
#9DD957
(157,217,87)
#A8DD6C
(168,221,108)
#B3E181
(179,225,129)
#BEE596
(190,229,150)
#C9E9AB
(201,233,171)
#D4EDC0
(212,237,192)
#DFF1D5
(223,241,213)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCD18 color. Also use rgb(124,205,24) instead hex code.

Text Font Color

.myTextColor { color: #7CCD18; }

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

This text font color is #7CCD18.


Background Color

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

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

This div background color is #7CCD18.


Border color

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

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

This div border color is #7CCD18.


Opacity

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

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

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

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

This text has shadow with #7CCD18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCD18 on black background.


Color preview on white background

This text has color #7CCD18 on white background.



Black color preview on #7CCD18 background

This text has black color on #7CCD18 background.


White color preview on #7CCD18 background

This text has white color on #7CCD18 background.