COLOR #03C03C

HEX: #03C03C
RGB: (3,192,60)

Color info

#03C03C contains mainly green color. Web safe color of #03C03C is #00CC33 (or #0C3).

RGB color model

#03C03C color RGB value is (3,192,60).

  • red value is 3;
  • green value is 192;
  • blue value is 60.
RGB:
(3,192,60)
(1%,75%,24%)

RGB channels and saturation

R 3 of 255 = 1%
G 192 of 255 = 75%
B 60 of 255 = 24%

3
192
60

R + G + B ~ 33%. #03C03C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 192 + 60 = 255 (100%)
R 3 of 255 ~ 1.18%
G 192 of 255 ~ 75.29%
B 60 of 255 ~ 23.53%

%75.29
%23.53

CMYK color model

#03C03C color CMYK value is (98,0,69,25).

  • cyan value is 98.44%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 24.71%
CMYK:
(98,0,69,25)
C98M0Y69K25 
(98%,0%,69%,25%)
(0.98/0.00/0.69/0.25)	

CMYK percentages

%98.44
%0
%68.75
%24.71

Codes

Color #03C03C in popluar color models

03C03C
RGB319260
HSL138°96.92%38.24%
HSB/HSV138°98.44%75.29%
CMYK98.44%0.00%68.75%
24.71%

Color #03C03C in popluar number systems.

HEX03C03C
Decimal319260
Binary1111000000111100
Octal330074

Shades and tints

Shades of #03C03C

#03C03C
(3,192,60)
#03AF37
(3,175,55)
#039E32
(3,158,50)
#038D2D
(3,141,45)
#037C28
(3,124,40)
#036B23
(3,107,35)
#035A1E
(3,90,30)
#034919
(3,73,25)
#033814
(3,56,20)
#03270F
(3,39,15)
#03160A
(3,22,10)
#000000
(0,0,0)

Tints of #03C03C

#03C03C
(3,192,60)
#19C54D
(25,197,77)
#2FCA5E
(47,202,94)
#45CF6F
(69,207,111)
#5BD480
(91,212,128)
#71D991
(113,217,145)
#87DEA2
(135,222,162)
#9DE3B3
(157,227,179)
#B3E8C4
(179,232,196)
#C9EDD5
(201,237,213)
#DFF2E6
(223,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03C03C color. Also use rgb(3,192,60) instead hex code.

Text Font Color

.myTextColor { color: #03C03C; }

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

This text font color is #03C03C.


Background Color

.myBgColor { background-color: #03C03C; }

<div style="background-color:#03C03C">Inner text</div>

This div background color is #03C03C.


Border color

.myBorderColor { border: 1px solid #03C03C; }

<div style="border:3px solid #03C03C">Div</div>

This div border color is #03C03C.


Opacity

.myOpacity80 { color: #03C03C; opacity: 0.8; }

<p style="color:#03C03C;opacity:0.8;">80%</p>

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

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

This text has shadow with #03C03C color.

.textShadow {text-shadow: 3px 3px 1px #03C03C, 3px 3px 1px red;}

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

This text has shadow with #03C03C primary color and red secondary color.


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

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

This text has shadow with #03C03C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03C03C on black background.


Color preview on white background

This text has color #03C03C on white background.



Black color preview on #03C03C background

This text has black color on #03C03C background.


White color preview on #03C03C background

This text has white color on #03C03C background.