COLOR #13CB36

HEX: #13CB36 RGB: (19,203,54)

Color info

#13CB36 contains mainly green color. Web safe color of #13CB36 is #00CC33 (or #0C3).

RGB color model

#13CB36 color RGB value is (19,203,54).

RGB: (19,203,54) (7%, 80%, 21%)

RGB channels and saturation

R 19 of 255 = 7%
G 203 of 255 = 80%
B 54 of 255 = 21%

19
203
54

R + G + B ~ 36%. #13CB36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 203 + 54 = 276 (100%)
R 19 of 276 ~ 6.88%
G 203 of 276 ~ 73.55%
B 54 of 276 ~ 19.57'%

%73.55
%19.57

CMYK color model

#13CB36 color CMYK value is (91,0,73,20).

  • cyan value is 90.64%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 20.39%

CMYK: (91,0,73,20)
C91M0Y73K20 (91%, 0%, 73%, 20%)
(0.91 / 0.00 / 0.73 / 0.20)

CMYK percentages

%90.64
%0
%73.4
%20.39

Codes

Color #13CB36 in popluar color models

13 CB 36
RGB 19 203 54
HSL 131° 82.88% 43.53%
HSB/HSV 131° 90.64% 79.61%
CMYK 90.64% 0.00% 73.40%
20.39%

Color #13CB36 in popluar number systems.

HEX 13 CB 36
Decimal 19 203 54
Binary 10011 11001011 110110
Octal 23 313 66

Shades and tints

Shades of #13CB36

#13CB36
(19,203,54)
#12B932
(18,185,50)
#11A72E
(17,167,46)
#10952A
(16,149,42)
#0F8326
(15,131,38)
#0E7122
(14,113,34)
#0D5F1E
(13,95,30)
#0C4D1A
(12,77,26)
#0B3B16
(11,59,22)
#0A2912
(10,41,18)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #13CB36

#13CB36
(19,203,54)
#28CF48
(40,207,72)
#3DD35A
(61,211,90)
#52D76C
(82,215,108)
#67DB7E
(103,219,126)
#7CDF90
(124,223,144)
#91E3A2
(145,227,162)
#A6E7B4
(166,231,180)
#BBEBC6
(187,235,198)
#D0EFD8
(208,239,216)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13CB36 color. Also use rgb(19,203,54) instead hex code.

Text Font Color

.myTextColor { color: #13CB36; }

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

This text font color is #13CB36.

Background Color

.myBgColor { background-color: #13CB36; }

<div style="background-color:#13CB36">Inner text</div>

This div background color is #13CB36.

Border color

.myBorderColor { border: 1px solid #13CB36; }

<div style="border:3px solid #13CB36">Div</div>

This div border color is #13CB36.

Opacity

.myOpacity80 { color: #13CB36; opacity: 0.8; }

<p style="color:#13CB36;opacity:0.8;">80%</p>

Text with #13CB36 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 #13CB36;}

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

This text has shadow with #13CB36 color.


.textShadow {text-shadow: 3px 3px 1px #13CB36', 3px 3px 1px red;}

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

This text has shadow with #13CB36 primary color and red secondary color.


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

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

This text has shadow with #13CB36 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13CB36; -webkit-box-shadow: 1px 1px 3px 2px #13CB36; box-shadow:1px 1px 3px 2px #13CB36;">
Div content here
</div>

This div box has shadow with color #13CB36.

Preview

Color preview on black background

This text has color #13CB36 on black background.


Color preview on white background

This text has color #13CB36 on white background.


Black color preview on #13CB36 background

This text has black color on #13CB36 background.


White color preview on #13CB36 background

This text has white color on #13CB36 background.


Related colors

Complementary color

Complementary color for #hex is #EC34C9.


I love getcolorcode.com

Triadic colors

1 #3613CB and #CB3613 with #13CB36 are triadic colors.

2 #36CB13 and #CB1336 with #13CB36 are triadic colors.