COLOR #76D030

HEX: #76D030 RGB: (118,208,48)

Color info

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

RGB color model

#76D030 color RGB value is (118,208,48).

RGB: (118,208,48) (46%, 82%, 19%)

RGB channels and saturation

R 118 of 255 = 46%
G 208 of 255 = 82%
B 48 of 255 = 19%

118
208
48

R + G + B ~ 49%. #76D030 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 208 + 48 = 374 (100%)
R 118 of 374 ~ 31.55%
G 208 of 374 ~ 55.61%
B 48 of 374 ~ 12.83'%

%31.55
%55.61
%12.83

CMYK color model

#76D030 color CMYK value is (43,0,77,18).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 18.43%

CMYK: (43,0,77,18)
C43M0Y77K18 (43%, 0%, 77%, 18%)
(0.43 / 0.00 / 0.77 / 0.18)

CMYK percentages

%43.27
%0
%76.92
%18.43

Codes

Color #76D030 in popluar color models

76 D0 30
RGB 118 208 48
HSL 94° 62.99% 50.20%
HSB/HSV 94° 76.92% 81.57%
CMYK 43.27% 0.00% 76.92%
18.43%

Color #76D030 in popluar number systems.

HEX 76 D0 30
Decimal 118 208 48
Binary 1110110 11010000 110000
Octal 166 320 60

Shades and tints

Shades of #76D030

#76D030
(118,208,48)
#6CBE2C
(108,190,44)
#62AC28
(98,172,40)
#589A24
(88,154,36)
#4E8820
(78,136,32)
#44761C
(68,118,28)
#3A6418
(58,100,24)
#305214
(48,82,20)
#264010
(38,64,16)
#1C2E0C
(28,46,12)
#121C08
(18,28,8)
#000000
(0,0,0)

Tints of #76D030

#76D030
(118,208,48)
#82D442
(130,212,66)
#8ED854
(142,216,84)
#9ADC66
(154,220,102)
#A6E078
(166,224,120)
#B2E48A
(178,228,138)
#BEE89C
(190,232,156)
#CAECAE
(202,236,174)
#D6F0C0
(214,240,192)
#E2F4D2
(226,244,210)
#EEF8E4
(238,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D030 color. Also use rgb(118,208,48) instead hex code.

Text Font Color

.myTextColor { color: #76D030; }

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

This text font color is #76D030.

Background Color

.myBgColor { background-color: #76D030; }

<div style="background-color:#76D030">Inner text</div>

This div background color is #76D030.

Border color

.myBorderColor { border: 1px solid #76D030; }

<div style="border:3px solid #76D030">Div</div>

This div border color is #76D030.

Opacity

.myOpacity80 { color: #76D030; opacity: 0.8; }

<p style="color:#76D030;opacity:0.8;">80%</p>

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

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

This text has shadow with #76D030 color.


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

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

This text has shadow with #76D030 primary color and red secondary color.


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

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

This text has shadow with #76D030 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76D030.

Preview

Color preview on black background

This text has color #76D030 on black background.


Color preview on white background

This text has color #76D030 on white background.


Black color preview on #76D030 background

This text has black color on #76D030 background.


White color preview on #76D030 background

This text has white color on #76D030 background.


Related colors

Complementary color

Complementary color for #hex is #892FCF.


I love getcolorcode.com

Triadic colors

1 #3076D0 and #D03076 with #76D030 are triadic colors.

2 #30D076 and #D07630 with #76D030 are triadic colors.