COLOR #73CC30

HEX: #73CC30
RGB: (115,204,48)

Color info

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

RGB color model

#73CC30 color RGB value is (115,204,48).

  • red value is 115;
  • green value is 204;
  • blue value is 48.
RGB:
(115,204,48)
(45%,80%,19%)

RGB channels and saturation

R 115 of 255 = 45%
G 204 of 255 = 80%
B 48 of 255 = 19%

115
204
48

R + G + B ~ 48%. #73CC30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 204 + 48 = 367 (100%)
R 115 of 367 ~ 31.34%
G 204 of 367 ~ 55.59%
B 48 of 367 ~ 13.08%

%31.34
%55.59
%13.08

CMYK color model

#73CC30 color CMYK value is (44,0,76,20).

  • cyan value is 43.63%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 20.00%
CMYK:
(44,0,76,20)
C44M0Y76K20 
(44%,0%,76%,20%)
(0.44/0.00/0.76/0.20)	

CMYK percentages

%43.63
%0
%76.47
%20

Codes

Color #73CC30 in popluar color models

73CC30
RGB11520448
HSL94°61.90%49.41%
HSB/HSV94°76.47%80.00%
CMYK43.63%0.00%76.47%
20.00%

Color #73CC30 in popluar number systems.

HEX73CC30
Decimal11520448
Binary111001111001100110000
Octal16331460

Shades and tints

Shades of #73CC30

#73CC30
(115,204,48)
#69BA2C
(105,186,44)
#5FA828
(95,168,40)
#559624
(85,150,36)
#4B8420
(75,132,32)
#41721C
(65,114,28)
#376018
(55,96,24)
#2D4E14
(45,78,20)
#233C10
(35,60,16)
#192A0C
(25,42,12)
#0F1808
(15,24,8)
#000000
(0,0,0)

Tints of #73CC30

#73CC30
(115,204,48)
#7FD042
(127,208,66)
#8BD454
(139,212,84)
#97D866
(151,216,102)
#A3DC78
(163,220,120)
#AFE08A
(175,224,138)
#BBE49C
(187,228,156)
#C7E8AE
(199,232,174)
#D3ECC0
(211,236,192)
#DFF0D2
(223,240,210)
#EBF4E4
(235,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CC30 color. Also use rgb(115,204,48) instead hex code.

Text Font Color

.myTextColor { color: #73CC30; }

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

This text font color is #73CC30.


Background Color

.myBgColor { background-color: #73CC30; }

<div style="background-color:#73CC30">Inner text</div>

This div background color is #73CC30.


Border color

.myBorderColor { border: 1px solid #73CC30; }

<div style="border:3px solid #73CC30">Div</div>

This div border color is #73CC30.


Opacity

.myOpacity80 { color: #73CC30; opacity: 0.8; }

<p style="color:#73CC30;opacity:0.8;">80%</p>

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

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

This text has shadow with #73CC30 color.

.textShadow {text-shadow: 3px 3px 1px #73CC30, 3px 3px 1px red;}

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

This text has shadow with #73CC30 primary color and red secondary color.


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

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

This text has shadow with #73CC30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CC30 on black background.


Color preview on white background

This text has color #73CC30 on white background.



Black color preview on #73CC30 background

This text has black color on #73CC30 background.


White color preview on #73CC30 background

This text has white color on #73CC30 background.