COLOR #7CF93A

HEX: #7CF93A RGB: (124,249,58)

Color info

#7CF93A contains mainly green color. Web safe color of #7CF93A is #66FF33 (or #6F3).

RGB color model

#7CF93A color RGB value is (124,249,58).

RGB: (124,249,58) (49%, 98%, 23%)

RGB channels and saturation

R 124 of 255 = 49%
G 249 of 255 = 98%
B 58 of 255 = 23%

124
249
58

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

Portions of RGB colors in percentages

R + G + B = 124 + 249 + 58 = 431 (100%)
R 124 of 431 ~ 28.77%
G 249 of 431 ~ 57.77%
B 58 of 431 ~ 13.46'%

%28.77
%57.77
%13.46

CMYK color model

#7CF93A color CMYK value is (50,0,77,2).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 76.71%
  • key color value is 2.35%
CMYK: (50,0,77,2) C50M0Y77K2 (50%,0%,77%,2%) (0.50/0.00/0.77/0.02) 

CMYK percentages

%50.2
%0
%76.71
%2.35

Codes

Color #7CF93A in popluar color models

7C F9 3A
RGB 124 249 58
HSL 99° 94.09% 60.20%
HSB/HSV 99° 76.71% 97.65%
CMYK 50.20% 0.00% 76.71%
2.35%

Color #7CF93A in popluar number systems.

HEX 7C F9 3A
Decimal 124 249 58
Binary 1111100 11111001 111010
Octal 174 371 72

Shades and tints

Shades of #7CF93A

#7CF93A
(124,249,58)
#71E335
(113,227,53)
#66CD30
(102,205,48)
#5BB72B
(91,183,43)
#50A126
(80,161,38)
#458B21
(69,139,33)
#3A751C
(58,117,28)
#2F5F17
(47,95,23)
#244912
(36,73,18)
#19330D
(25,51,13)
#0E1D08
(14,29,8)
#000000
(0,0,0)

Tints of #7CF93A

#7CF93A
(124,249,58)
#87F94B
(135,249,75)
#92F95C
(146,249,92)
#9DF96D
(157,249,109)
#A8F97E
(168,249,126)
#B3F98F
(179,249,143)
#BEF9A0
(190,249,160)
#C9F9B1
(201,249,177)
#D4F9C2
(212,249,194)
#DFF9D3
(223,249,211)
#EAF9E4
(234,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CF93A color. Also use rgb(124,249,58) instead hex code.

Text Font Color

.myTextColor { color: #7CF93A; }

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

This text font color is #7CF93A.

Background Color

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

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

This div background color is #7CF93A.

Border color

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

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

This div border color is #7CF93A.

Opacity

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

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

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

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

This text has shadow with #7CF93A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CF93A.

Preview

Color preview on black background

This text has color #7CF93A on black background.


Color preview on white background

This text has color #7CF93A on white background.


Black color preview on #7CF93A background

This text has black color on #7CF93A background.


White color preview on #7CF93A background

This text has white color on #7CF93A background.


Related colors

Complementary color

Complementary color for #hex is #8306C5.


I love getcolorcode.com

Triadic colors

1 #3A7CF9 and #F93A7C with #7CF93A are triadic colors.

2 #3AF97C and #F97C3A with #7CF93A are triadic colors.