COLOR #00CF29

HEX: #00CF29
RGB: (0,207,41)

Renk bilgisi

#00CF29 contains mainly green color. #00CF29 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#00CF29 color RGB value is (0,207,41).

  • kırmız ton 0;
  • yeşil ton 207;
  • mavi ton 41.
RGB:
(0,207,41)
(0%,81%,16%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 207 of 255 = 81%
B 41 of 255 = 16%

0
207
41

R + G + B ~ 32%. #00CF29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 207 + 41 = 248 (100%)
R 0 of 248 ~ 0%
G 207 of 248 ~ 83.47%
B 41 of 248 ~ 16.53%

%83.47
%16.53

CMYK RENK MODELİ

#00CF29 rengi CMYK tonu (100,0,80,19).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 80.19%
  • ana renk tonu 18.82%
CMYK:
(100,0,80,19)
C100M0Y80K19 
(100%,0%,80%,19%)
(1.00/0.00/0.80/0.19)	

CMYK yüzdeleri

%100
%0
%80.19
%18.82

Codes

Color #00CF29 in popluar color models

00CF29
RGB020741
HSL132°100.00%40.59%
HSB/HSV132°100.00%81.18%
CMYK100.00%0.00%80.19%
18.82%

Color #00CF29 in popluar number systems.

HEX00CF29
Decimal020741
Binary011001111101001
Octal031751

Shades and tints

Shades of #00CF29

#00CF29
(0,207,41)
#00BD26
(0,189,38)
#00AB23
(0,171,35)
#009920
(0,153,32)
#00871D
(0,135,29)
#00751A
(0,117,26)
#006317
(0,99,23)
#005114
(0,81,20)
#003F11
(0,63,17)
#002D0E
(0,45,14)
#001B0B
(0,27,11)
#000000
(0,0,0)

Tints of #00CF29

#00CF29
(0,207,41)
#17D33C
(23,211,60)
#2ED74F
(46,215,79)
#45DB62
(69,219,98)
#5CDF75
(92,223,117)
#73E388
(115,227,136)
#8AE79B
(138,231,155)
#A1EBAE
(161,235,174)
#B8EFC1
(184,239,193)
#CFF3D4
(207,243,212)
#E6F7E7
(230,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00CF29; }

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

This text font color is #00CF29.


Background Color

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

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

This div background color is #00CF29.


Border color

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

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

This div border color is #00CF29.


Opacity

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

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

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

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

This text has shadow with #00CF29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CF29 on black background.


Color preview on white background

This text has color #00CF29 on white background.



Black color preview on #00CF29 background

This text has black color on #00CF29 background.


White color preview on #00CF29 background

This text has white color on #00CF29 background.