COLOR #00CC00

HEX: #00CC00
RGB: (0,204,0)

Renk bilgisi

#00CC00 contains only green color. #00CC00 color is web safe color. It maybe written shortly as #0C0.

RGB renk modeli

#00CC00 color RGB value is (0,204,0).

  • kırmız ton 0;
  • yeşil ton 204;
  • mavi ton 0.
RGB:
(0,204,0)
(0%,80%,0%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 204 of 255 = 80%
B 0 of 255 = 0%

0
204
0

R + G + B ~ 27%. #00CC00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 204 + 0 = 204 (100%)
R 0 of 204 ~ 0%
G 204 of 204 ~ 100%
B 0 of 204 ~ 0%

%100

CMYK RENK MODELİ

#00CC00 rengi CMYK tonu (100,0,100,20).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 20.00%
CMYK:
(100,0,100,20)
C100M0Y100K20 
(100%,0%,100%,20%)
(1.00/0.00/1.00/0.20)	

CMYK yüzdeleri

%100
%0
%100
%20

Codes

Color #00CC00 in popluar color models

00CC00
RGB02040
HSL120°100.00%40.00%
HSB/HSV120°100.00%80.00%
CMYK100.00%0.00%100.00%
20.00%

Color #00CC00 in popluar number systems.

HEX00CC00
Decimal02040
Binary0110011000
Octal03140

Shades and tints

Shades of #00CC00

#00CC00
(0,204,0)
#00BA00
(0,186,0)
#00A800
(0,168,0)
#009600
(0,150,0)
#008400
(0,132,0)
#007200
(0,114,0)
#006000
(0,96,0)
#004E00
(0,78,0)
#003C00
(0,60,0)
#002A00
(0,42,0)
#001800
(0,24,0)
#000000
(0,0,0)

Tints of #00CC00

#00CC00
(0,204,0)
#17D017
(23,208,23)
#2ED42E
(46,212,46)
#45D845
(69,216,69)
#5CDC5C
(92,220,92)
#73E073
(115,224,115)
#8AE48A
(138,228,138)
#A1E8A1
(161,232,161)
#B8ECB8
(184,236,184)
#CFF0CF
(207,240,207)
#E6F4E6
(230,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CC00 color. Also use rgb(0,204,0) instead hex code.

Text Font Color

.myTextColor { color: #00CC00; }

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

This text font color is #00CC00.


Background Color

.myBgColor { background-color: #00CC00; }

<div style="background-color:#00CC00">Inner text</div>

This div background color is #00CC00.


Border color

.myBorderColor { border: 1px solid #00CC00; }

<div style="border:3px solid #00CC00">Div</div>

This div border color is #00CC00.


Opacity

.myOpacity80 { color: #00CC00; opacity: 0.8; }

<p style="color:#00CC00;opacity:0.8;">80%</p>

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

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

This text has shadow with #00CC00 color.

.textShadow {text-shadow: 3px 3px 1px #00CC00, 3px 3px 1px red;}

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

This text has shadow with #00CC00 primary color and red secondary color.


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

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

This text has shadow with #00CC00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CC00 on black background.


Color preview on white background

This text has color #00CC00 on white background.



Black color preview on #00CC00 background

This text has black color on #00CC00 background.


White color preview on #00CC00 background

This text has white color on #00CC00 background.