COLOR #42D429

HEX: #42D429
RGB: (66,212,41)

Renk bilgisi

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

RGB renk modeli

#42D429 color RGB value is (66,212,41).

  • kırmız ton 66;
  • yeşil ton 212;
  • mavi ton 41.
RGB:
(66,212,41)
(26%,83%,16%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 212 of 255 = 83%
B 41 of 255 = 16%

66
212
41

R + G + B ~ 42%. #42D429 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 212 + 41 = 319 (100%)
R 66 of 319 ~ 20.69%
G 212 of 319 ~ 66.46%
B 41 of 319 ~ 12.85%

%20.69
%66.46
%12.85

CMYK RENK MODELİ

#42D429 rengi CMYK tonu (69,0,81,17).

  • camgöbeği tonu 68.87%
  • eflatun tonu 0.00%
  • sarı tonu 80.66%
  • ana renk tonu 16.86%
CMYK:
(69,0,81,17)
C69M0Y81K17 
(69%,0%,81%,17%)
(0.69/0.00/0.81/0.17)	

CMYK yüzdeleri

%68.87
%0
%80.66
%16.86

Codes

Color #42D429 in popluar color models

42D429
RGB6621241
HSL111°67.59%49.61%
HSB/HSV111°80.66%83.14%
CMYK68.87%0.00%80.66%
16.86%

Color #42D429 in popluar number systems.

HEX42D429
Decimal6621241
Binary100001011010100101001
Octal10232451

Shades and tints

Shades of #42D429

#42D429
(66,212,41)
#3CC126
(60,193,38)
#36AE23
(54,174,35)
#309B20
(48,155,32)
#2A881D
(42,136,29)
#24751A
(36,117,26)
#1E6217
(30,98,23)
#184F14
(24,79,20)
#123C11
(18,60,17)
#0C290E
(12,41,14)
#06160B
(6,22,11)
#000000
(0,0,0)

Tints of #42D429

#42D429
(66,212,41)
#53D73C
(83,215,60)
#64DA4F
(100,218,79)
#75DD62
(117,221,98)
#86E075
(134,224,117)
#97E388
(151,227,136)
#A8E69B
(168,230,155)
#B9E9AE
(185,233,174)
#CAECC1
(202,236,193)
#DBEFD4
(219,239,212)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D429 color. Also use rgb(66,212,41) instead hex code.

Text Font Color

.myTextColor { color: #42D429; }

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

This text font color is #42D429.


Background Color

.myBgColor { background-color: #42D429; }

<div style="background-color:#42D429">Inner text</div>

This div background color is #42D429.


Border color

.myBorderColor { border: 1px solid #42D429; }

<div style="border:3px solid #42D429">Div</div>

This div border color is #42D429.


Opacity

.myOpacity80 { color: #42D429; opacity: 0.8; }

<p style="color:#42D429;opacity:0.8;">80%</p>

Text with #42D429 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 #42D429;}

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

This text has shadow with #42D429 color.

.textShadow {text-shadow: 3px 3px 1px #42D429, 3px 3px 1px red;}

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

This text has shadow with #42D429 primary color and red secondary color.


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

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

This text has shadow with #42D429 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D429 on black background.


Color preview on white background

This text has color #42D429 on white background.



Black color preview on #42D429 background

This text has black color on #42D429 background.


White color preview on #42D429 background

This text has white color on #42D429 background.