COLOR #01C032

HEX: #01C032
RGB: (1,192,50)

Color info

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

RGB color model

#01C032 color RGB value is (1,192,50).

  • red value is 1;
  • green value is 192;
  • blue value is 50.
RGB:
(1,192,50)
(0%,75%,20%)

RGB channels and saturation

R 1 of 255 = 0%
G 192 of 255 = 75%
B 50 of 255 = 20%

1
192
50

R + G + B ~ 32%. #01C032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 192 + 50 = 243 (100%)
R 1 of 243 ~ 0.41%
G 192 of 243 ~ 79.01%
B 50 of 243 ~ 20.58%

%79.01
%20.58

CMYK color model

#01C032 color CMYK value is (99,0,74,25).

  • cyan value is 99.48%
  • magenta value is 0.00%
  • yellow value is 73.96%
  • key color value is 24.71%
CMYK:
(99,0,74,25)
C99M0Y74K25 
(99%,0%,74%,25%)
(0.99/0.00/0.74/0.25)	

CMYK percentages

%99.48
%0
%73.96
%24.71

Codes

Color #01C032 in popluar color models

01C032
RGB119250
HSL135°98.96%37.84%
HSB/HSV135°99.48%75.29%
CMYK99.48%0.00%73.96%
24.71%

Color #01C032 in popluar number systems.

HEX01C032
Decimal119250
Binary111000000110010
Octal130062

Shades and tints

Shades of #01C032

#01C032
(1,192,50)
#01AF2E
(1,175,46)
#019E2A
(1,158,42)
#018D26
(1,141,38)
#017C22
(1,124,34)
#016B1E
(1,107,30)
#015A1A
(1,90,26)
#014916
(1,73,22)
#013812
(1,56,18)
#01270E
(1,39,14)
#01160A
(1,22,10)
#000000
(0,0,0)

Tints of #01C032

#01C032
(1,192,50)
#18C544
(24,197,68)
#2FCA56
(47,202,86)
#46CF68
(70,207,104)
#5DD47A
(93,212,122)
#74D98C
(116,217,140)
#8BDE9E
(139,222,158)
#A2E3B0
(162,227,176)
#B9E8C2
(185,232,194)
#D0EDD4
(208,237,212)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C032 color. Also use rgb(1,192,50) instead hex code.

Text Font Color

.myTextColor { color: #01C032; }

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

This text font color is #01C032.


Background Color

.myBgColor { background-color: #01C032; }

<div style="background-color:#01C032">Inner text</div>

This div background color is #01C032.


Border color

.myBorderColor { border: 1px solid #01C032; }

<div style="border:3px solid #01C032">Div</div>

This div border color is #01C032.


Opacity

.myOpacity80 { color: #01C032; opacity: 0.8; }

<p style="color:#01C032;opacity:0.8;">80%</p>

Text with #01C032 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 #01C032;}

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

This text has shadow with #01C032 color.

.textShadow {text-shadow: 3px 3px 1px #01C032, 3px 3px 1px red;}

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

This text has shadow with #01C032 primary color and red secondary color.


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

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

This text has shadow with #01C032 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C032 on black background.


Color preview on white background

This text has color #01C032 on white background.



Black color preview on #01C032 background

This text has black color on #01C032 background.


White color preview on #01C032 background

This text has white color on #01C032 background.