COLOR #7CE14B

HEX: #7CE14B
RGB: (124,225,75)

Color info

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

RGB color model

#7CE14B color RGB value is (124,225,75).

  • red value is 124;
  • green value is 225;
  • blue value is 75.
RGB:
(124,225,75)
(49%,88%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 225 of 255 = 88%
B 75 of 255 = 29%

124
225
75

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

Portions of RGB colors in percentages

R + G + B =
124 + 225 + 75 = 424 (100%)
R 124 of 424 ~ 29.25%
G 225 of 424 ~ 53.07%
B 75 of 424 ~ 17.69%

%29.25
%53.07
%17.69

CMYK color model

#7CE14B color CMYK value is (45,0,67,12).

  • cyan value is 44.89%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 11.76%
CMYK:
(45,0,67,12)
C45M0Y67K12 
(45%,0%,67%,12%)
(0.45/0.00/0.67/0.12)	

CMYK percentages

%44.89
%0
%66.67
%11.76

Codes

Color #7CE14B in popluar color models

7CE14B
RGB12422575
HSL100°71.43%58.82%
HSB/HSV100°66.67%88.24%
CMYK44.89%0.00%66.67%
11.76%

Color #7CE14B in popluar number systems.

HEX7CE14B
Decimal12422575
Binary1111100111000011001011
Octal174341113

Shades and tints

Shades of #7CE14B

#7CE14B
(124,225,75)
#71CD45
(113,205,69)
#66B93F
(102,185,63)
#5BA539
(91,165,57)
#509133
(80,145,51)
#457D2D
(69,125,45)
#3A6927
(58,105,39)
#2F5521
(47,85,33)
#24411B
(36,65,27)
#192D15
(25,45,21)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #7CE14B

#7CE14B
(124,225,75)
#87E35B
(135,227,91)
#92E56B
(146,229,107)
#9DE77B
(157,231,123)
#A8E98B
(168,233,139)
#B3EB9B
(179,235,155)
#BEEDAB
(190,237,171)
#C9EFBB
(201,239,187)
#D4F1CB
(212,241,203)
#DFF3DB
(223,243,219)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE14B color. Also use rgb(124,225,75) instead hex code.

Text Font Color

.myTextColor { color: #7CE14B; }

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

This text font color is #7CE14B.


Background Color

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

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

This div background color is #7CE14B.


Border color

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

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

This div border color is #7CE14B.


Opacity

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

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

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

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

This text has shadow with #7CE14B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE14B on black background.


Color preview on white background

This text has color #7CE14B on white background.



Black color preview on #7CE14B background

This text has black color on #7CE14B background.


White color preview on #7CE14B background

This text has white color on #7CE14B background.