COLOR #13CF39

HEX: #13CF39
RGB: (19,207,57)

Color info

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

RGB color model

#13CF39 color RGB value is (19,207,57).

  • red value is 19;
  • green value is 207;
  • blue value is 57.
RGB:
(19,207,57)
(7%,81%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 207 of 255 = 81%
B 57 of 255 = 22%

19
207
57

R + G + B ~ 37%. #13CF39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 207 + 57 = 283 (100%)
R 19 of 283 ~ 6.71%
G 207 of 283 ~ 73.14%
B 57 of 283 ~ 20.14%

%73.14
%20.14

CMYK color model

#13CF39 color CMYK value is (91,0,72,19).

  • cyan value is 90.82%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 18.82%
CMYK:
(91,0,72,19)
C91M0Y72K19 
(91%,0%,72%,19%)
(0.91/0.00/0.72/0.19)	

CMYK percentages

%90.82
%0
%72.46
%18.82

Codes

Color #13CF39 in popluar color models

13CF39
RGB1920757
HSL132°83.19%44.31%
HSB/HSV132°90.82%81.18%
CMYK90.82%0.00%72.46%
18.82%

Color #13CF39 in popluar number systems.

HEX13CF39
Decimal1920757
Binary1001111001111111001
Octal2331771

Shades and tints

Shades of #13CF39

#13CF39
(19,207,57)
#12BD34
(18,189,52)
#11AB2F
(17,171,47)
#10992A
(16,153,42)
#0F8725
(15,135,37)
#0E7520
(14,117,32)
#0D631B
(13,99,27)
#0C5116
(12,81,22)
#0B3F11
(11,63,17)
#0A2D0C
(10,45,12)
#091B07
(9,27,7)
#000000
(0,0,0)

Tints of #13CF39

#13CF39
(19,207,57)
#28D34B
(40,211,75)
#3DD75D
(61,215,93)
#52DB6F
(82,219,111)
#67DF81
(103,223,129)
#7CE393
(124,227,147)
#91E7A5
(145,231,165)
#A6EBB7
(166,235,183)
#BBEFC9
(187,239,201)
#D0F3DB
(208,243,219)
#E5F7ED
(229,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13CF39 color. Also use rgb(19,207,57) instead hex code.

Text Font Color

.myTextColor { color: #13CF39; }

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

This text font color is #13CF39.


Background Color

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

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

This div background color is #13CF39.


Border color

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

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

This div border color is #13CF39.


Opacity

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

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

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

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

This text has shadow with #13CF39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13CF39 on black background.


Color preview on white background

This text has color #13CF39 on white background.



Black color preview on #13CF39 background

This text has black color on #13CF39 background.


White color preview on #13CF39 background

This text has white color on #13CF39 background.