COLOR #32CD32

HEX: #32CD32
RGB: (50,205,50)

Renk bilgisi

Rengin adı LimeGreen. #32CD32 contains mainly green color. #32CD32 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#32CD32 color RGB value is (50,205,50).

  • kırmız ton 50;
  • yeşil ton 205;
  • mavi ton 50.
RGB:
(50,205,50)
(20%,80%,20%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 205 of 255 = 80%
B 50 of 255 = 20%

50
205
50

R + G + B ~ 40%. #32CD32 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 205 + 50 = 305 (100%)
R 50 of 305 ~ 16.39%
G 205 of 305 ~ 67.21%
B 50 of 305 ~ 16.39%

%16.39
%67.21
%16.39

CMYK RENK MODELİ

#32CD32 rengi CMYK tonu (76,0,76,20).

  • camgöbeği tonu 75.61%
  • eflatun tonu 0.00%
  • sarı tonu 75.61%
  • ana renk tonu 19.61%
CMYK:
(76,0,76,20)
C76M0Y76K20 
(76%,0%,76%,20%)
(0.76/0.00/0.76/0.20)	

CMYK yüzdeleri

%75.61
%0
%75.61
%19.61

Codes

Color #32CD32 in popluar color models

32CD32
RGB5020550
HSL120°60.78%50.00%
HSB/HSV120°75.61%80.39%
CMYK75.61%0.00%75.61%
19.61%

Color #32CD32 in popluar number systems.

HEX32CD32
Decimal5020550
Binary11001011001101110010
Octal6231562

Shades and tints

Shades of #32CD32

#32CD32
(50,205,50)
#2EBB2E
(46,187,46)
#2AA92A
(42,169,42)
#269726
(38,151,38)
#228522
(34,133,34)
#1E731E
(30,115,30)
#1A611A
(26,97,26)
#164F16
(22,79,22)
#123D12
(18,61,18)
#0E2B0E
(14,43,14)
#0A190A
(10,25,10)
#000000
(0,0,0)

Tints of #32CD32

#32CD32
(50,205,50)
#44D144
(68,209,68)
#56D556
(86,213,86)
#68D968
(104,217,104)
#7ADD7A
(122,221,122)
#8CE18C
(140,225,140)
#9EE59E
(158,229,158)
#B0E9B0
(176,233,176)
#C2EDC2
(194,237,194)
#D4F1D4
(212,241,212)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32CD32 color. Also use rgb(50,205,50) instead hex code.

Text Font Color

.myTextColor { color: #32CD32; }

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

This text font color is #32CD32.


Background Color

.myBgColor { background-color: #32CD32; }

<div style="background-color:#32CD32">Inner text</div>

This div background color is #32CD32.


Border color

.myBorderColor { border: 1px solid #32CD32; }

<div style="border:3px solid #32CD32">Div</div>

This div border color is #32CD32.


Opacity

.myOpacity80 { color: #32CD32; opacity: 0.8; }

<p style="color:#32CD32;opacity:0.8;">80%</p>

Text with #32CD32 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 #32CD32;}

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

This text has shadow with #32CD32 color.

.textShadow {text-shadow: 3px 3px 1px #32CD32, 3px 3px 1px red;}

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

This text has shadow with #32CD32 primary color and red secondary color.


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

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

This text has shadow with #32CD32 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32CD32 on black background.


Color preview on white background

This text has color #32CD32 on white background.



Black color preview on #32CD32 background

This text has black color on #32CD32 background.


White color preview on #32CD32 background

This text has white color on #32CD32 background.