COLOR #7CCE1E

HEX: #7CCE1E
RGB: (124,206,30)

Color info

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

RGB color model

#7CCE1E color RGB value is (124,206,30).

  • red value is 124;
  • green value is 206;
  • blue value is 30.
RGB:
(124,206,30)
(49%,81%,12%)

RGB channels and saturation

R 124 of 255 = 49%
G 206 of 255 = 81%
B 30 of 255 = 12%

124
206
30

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

Portions of RGB colors in percentages

R + G + B =
124 + 206 + 30 = 360 (100%)
R 124 of 360 ~ 34.44%
G 206 of 360 ~ 57.22%
B 30 of 360 ~ 8.33%

%34.44
%57.22

CMYK color model

#7CCE1E color CMYK value is (40,0,85,19).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 85.44%
  • key color value is 19.22%
CMYK:
(40,0,85,19)
C40M0Y85K19 
(40%,0%,85%,19%)
(0.40/0.00/0.85/0.19)	

CMYK percentages

%39.81
%0
%85.44
%19.22

Codes

Color #7CCE1E in popluar color models

7CCE1E
RGB12420630
HSL88°74.58%46.27%
HSB/HSV88°85.44%80.78%
CMYK39.81%0.00%85.44%
19.22%

Color #7CCE1E in popluar number systems.

HEX7CCE1E
Decimal12420630
Binary11111001100111011110
Octal17431636

Shades and tints

Shades of #7CCE1E

#7CCE1E
(124,206,30)
#71BC1C
(113,188,28)
#66AA1A
(102,170,26)
#5B9818
(91,152,24)
#508616
(80,134,22)
#457414
(69,116,20)
#3A6212
(58,98,18)
#2F5010
(47,80,16)
#243E0E
(36,62,14)
#192C0C
(25,44,12)
#0E1A0A
(14,26,10)
#000000
(0,0,0)

Tints of #7CCE1E

#7CCE1E
(124,206,30)
#87D232
(135,210,50)
#92D646
(146,214,70)
#9DDA5A
(157,218,90)
#A8DE6E
(168,222,110)
#B3E282
(179,226,130)
#BEE696
(190,230,150)
#C9EAAA
(201,234,170)
#D4EEBE
(212,238,190)
#DFF2D2
(223,242,210)
#EAF6E6
(234,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCE1E color. Also use rgb(124,206,30) instead hex code.

Text Font Color

.myTextColor { color: #7CCE1E; }

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

This text font color is #7CCE1E.


Background Color

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

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

This div background color is #7CCE1E.


Border color

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

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

This div border color is #7CCE1E.


Opacity

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

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

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

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

This text has shadow with #7CCE1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCE1E on black background.


Color preview on white background

This text has color #7CCE1E on white background.



Black color preview on #7CCE1E background

This text has black color on #7CCE1E background.


White color preview on #7CCE1E background

This text has white color on #7CCE1E background.