COLOR #35CC20

HEX: #35CC20
RGB: (53,204,32)

Renk bilgisi

#35CC20 contains mainly green color. #35CC20 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#35CC20 color RGB value is (53,204,32).

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

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 204 of 255 = 80%
B 32 of 255 = 13%

53
204
32

R + G + B ~ 38%. #35CC20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 204 + 32 = 289 (100%)
R 53 of 289 ~ 18.34%
G 204 of 289 ~ 70.59%
B 32 of 289 ~ 11.07%

%18.34
%70.59
%11.07

CMYK RENK MODELİ

#35CC20 rengi CMYK tonu (74,0,84,20).

  • camgöbeği tonu 74.02%
  • eflatun tonu 0.00%
  • sarı tonu 84.31%
  • ana renk tonu 20.00%
CMYK:
(74,0,84,20)
C74M0Y84K20 
(74%,0%,84%,20%)
(0.74/0.00/0.84/0.20)	

CMYK yüzdeleri

%74.02
%0
%84.31
%20

Codes

Color #35CC20 in popluar color models

35CC20
RGB5320432
HSL113°72.88%46.27%
HSB/HSV113°84.31%80.00%
CMYK74.02%0.00%84.31%
20.00%

Color #35CC20 in popluar number systems.

HEX35CC20
Decimal5320432
Binary11010111001100100000
Octal6531440

Shades and tints

Shades of #35CC20

#35CC20
(53,204,32)
#31BA1E
(49,186,30)
#2DA81C
(45,168,28)
#29961A
(41,150,26)
#258418
(37,132,24)
#217216
(33,114,22)
#1D6014
(29,96,20)
#194E12
(25,78,18)
#153C10
(21,60,16)
#112A0E
(17,42,14)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #35CC20

#35CC20
(53,204,32)
#47D034
(71,208,52)
#59D448
(89,212,72)
#6BD85C
(107,216,92)
#7DDC70
(125,220,112)
#8FE084
(143,224,132)
#A1E498
(161,228,152)
#B3E8AC
(179,232,172)
#C5ECC0
(197,236,192)
#D7F0D4
(215,240,212)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35CC20 color. Also use rgb(53,204,32) instead hex code.

Text Font Color

.myTextColor { color: #35CC20; }

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

This text font color is #35CC20.


Background Color

.myBgColor { background-color: #35CC20; }

<div style="background-color:#35CC20">Inner text</div>

This div background color is #35CC20.


Border color

.myBorderColor { border: 1px solid #35CC20; }

<div style="border:3px solid #35CC20">Div</div>

This div border color is #35CC20.


Opacity

.myOpacity80 { color: #35CC20; opacity: 0.8; }

<p style="color:#35CC20;opacity:0.8;">80%</p>

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

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

This text has shadow with #35CC20 color.

.textShadow {text-shadow: 3px 3px 1px #35CC20, 3px 3px 1px red;}

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

This text has shadow with #35CC20 primary color and red secondary color.


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

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

This text has shadow with #35CC20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35CC20 on black background.


Color preview on white background

This text has color #35CC20 on white background.



Black color preview on #35CC20 background

This text has black color on #35CC20 background.


White color preview on #35CC20 background

This text has white color on #35CC20 background.