COLOR #7CE481

HEX: #7CE481
RGB: (124,228,129)

Color info

#7CE481 contains mainly green color. Web safe color of #7CE481 is #66CC99 (or #6C9).

RGB color model

#7CE481 color RGB value is (124,228,129).

  • red value is 124;
  • green value is 228;
  • blue value is 129.
RGB:
(124,228,129)
(49%,89%,51%)

RGB channels and saturation

R 124 of 255 = 49%
G 228 of 255 = 89%
B 129 of 255 = 51%

124
228
129

R + G + B ~ 63%. #7CE481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 228 + 129 = 481 (100%)
R 124 of 481 ~ 25.78%
G 228 of 481 ~ 47.4%
B 129 of 481 ~ 26.82%

%25.78
%47.4
%26.82

CMYK color model

#7CE481 color CMYK value is (46,0,43,11).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(46,0,43,11)
C46M0Y43K11 
(46%,0%,43%,11%)
(0.46/0.00/0.43/0.11)	

CMYK percentages

%45.61
%0
%43.42
%10.59

Codes

Color #7CE481 in popluar color models

7CE481
RGB124228129
HSL123°65.82%69.02%
HSB/HSV123°45.61%89.41%
CMYK45.61%0.00%43.42%
10.59%

Color #7CE481 in popluar number systems.

HEX7CE481
Decimal124228129
Binary11111001110010010000001
Octal174344201

Shades and tints

Shades of #7CE481

#7CE481
(124,228,129)
#71D076
(113,208,118)
#66BC6B
(102,188,107)
#5BA860
(91,168,96)
#509455
(80,148,85)
#45804A
(69,128,74)
#3A6C3F
(58,108,63)
#2F5834
(47,88,52)
#244429
(36,68,41)
#19301E
(25,48,30)
#0E1C13
(14,28,19)
#000000
(0,0,0)

Tints of #7CE481

#7CE481
(124,228,129)
#87E68C
(135,230,140)
#92E897
(146,232,151)
#9DEAA2
(157,234,162)
#A8ECAD
(168,236,173)
#B3EEB8
(179,238,184)
#BEF0C3
(190,240,195)
#C9F2CE
(201,242,206)
#D4F4D9
(212,244,217)
#DFF6E4
(223,246,228)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE481 color. Also use rgb(124,228,129) instead hex code.

Text Font Color

.myTextColor { color: #7CE481; }

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

This text font color is #7CE481.


Background Color

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

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

This div background color is #7CE481.


Border color

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

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

This div border color is #7CE481.


Opacity

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

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

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

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

This text has shadow with #7CE481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE481 on black background.


Color preview on white background

This text has color #7CE481 on white background.



Black color preview on #7CE481 background

This text has black color on #7CE481 background.


White color preview on #7CE481 background

This text has white color on #7CE481 background.