COLOR #7FDF2F

HEX: #7FDF2F
RGB: (127,223,47)

Color info

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

RGB color model

#7FDF2F color RGB value is (127,223,47).

  • red value is 127;
  • green value is 223;
  • blue value is 47.
RGB:
(127,223,47)
(50%,87%,18%)

RGB channels and saturation

R 127 of 255 = 50%
G 223 of 255 = 87%
B 47 of 255 = 18%

127
223
47

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

Portions of RGB colors in percentages

R + G + B =
127 + 223 + 47 = 397 (100%)
R 127 of 397 ~ 31.99%
G 223 of 397 ~ 56.17%
B 47 of 397 ~ 11.84%

%31.99
%56.17
%11.84

CMYK color model

#7FDF2F color CMYK value is (43,0,79,13).

  • cyan value is 43.05%
  • magenta value is 0.00%
  • yellow value is 78.92%
  • key color value is 12.55%
CMYK:
(43,0,79,13)
C43M0Y79K13 
(43%,0%,79%,13%)
(0.43/0.00/0.79/0.13)	

CMYK percentages

%43.05
%0
%78.92
%12.55

Codes

Color #7FDF2F in popluar color models

7FDF2F
RGB12722347
HSL93°73.33%52.94%
HSB/HSV93°78.92%87.45%
CMYK43.05%0.00%78.92%
12.55%

Color #7FDF2F in popluar number systems.

HEX7FDF2F
Decimal12722347
Binary111111111011111101111
Octal17733757

Shades and tints

Shades of #7FDF2F

#7FDF2F
(127,223,47)
#74CB2B
(116,203,43)
#69B727
(105,183,39)
#5EA323
(94,163,35)
#538F1F
(83,143,31)
#487B1B
(72,123,27)
#3D6717
(61,103,23)
#325313
(50,83,19)
#273F0F
(39,63,15)
#1C2B0B
(28,43,11)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #7FDF2F

#7FDF2F
(127,223,47)
#8AE141
(138,225,65)
#95E353
(149,227,83)
#A0E565
(160,229,101)
#ABE777
(171,231,119)
#B6E989
(182,233,137)
#C1EB9B
(193,235,155)
#CCEDAD
(204,237,173)
#D7EFBF
(215,239,191)
#E2F1D1
(226,241,209)
#EDF3E3
(237,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDF2F color. Also use rgb(127,223,47) instead hex code.

Text Font Color

.myTextColor { color: #7FDF2F; }

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

This text font color is #7FDF2F.


Background Color

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

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

This div background color is #7FDF2F.


Border color

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

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

This div border color is #7FDF2F.


Opacity

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

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

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

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

This text has shadow with #7FDF2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FDF2F on black background.


Color preview on white background

This text has color #7FDF2F on white background.



Black color preview on #7FDF2F background

This text has black color on #7FDF2F background.


White color preview on #7FDF2F background

This text has white color on #7FDF2F background.