COLOR #01CF35

HEX: #01CF35
RGB: (1,207,53)

Color info

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

RGB color model

#01CF35 color RGB value is (1,207,53).

  • red value is 1;
  • green value is 207;
  • blue value is 53.
RGB:
(1,207,53)
(0%,81%,21%)

RGB channels and saturation

R 1 of 255 = 0%
G 207 of 255 = 81%
B 53 of 255 = 21%

1
207
53

R + G + B ~ 34%. #01CF35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 207 + 53 = 261 (100%)
R 1 of 261 ~ 0.38%
G 207 of 261 ~ 79.31%
B 53 of 261 ~ 20.31%

%79.31
%20.31

CMYK color model

#01CF35 color CMYK value is (100,0,74,19).

  • cyan value is 99.52%
  • magenta value is 0.00%
  • yellow value is 74.40%
  • key color value is 18.82%
CMYK:
(100,0,74,19)
C100M0Y74K19 
(100%,0%,74%,19%)
(1.00/0.00/0.74/0.19)	

CMYK percentages

%99.52
%0
%74.4
%18.82

Codes

Color #01CF35 in popluar color models

01CF35
RGB120753
HSL135°99.04%40.78%
HSB/HSV135°99.52%81.18%
CMYK99.52%0.00%74.40%
18.82%

Color #01CF35 in popluar number systems.

HEX01CF35
Decimal120753
Binary111001111110101
Octal131765

Shades and tints

Shades of #01CF35

#01CF35
(1,207,53)
#01BD31
(1,189,49)
#01AB2D
(1,171,45)
#019929
(1,153,41)
#018725
(1,135,37)
#017521
(1,117,33)
#01631D
(1,99,29)
#015119
(1,81,25)
#013F15
(1,63,21)
#012D11
(1,45,17)
#011B0D
(1,27,13)
#000000
(0,0,0)

Tints of #01CF35

#01CF35
(1,207,53)
#18D347
(24,211,71)
#2FD759
(47,215,89)
#46DB6B
(70,219,107)
#5DDF7D
(93,223,125)
#74E38F
(116,227,143)
#8BE7A1
(139,231,161)
#A2EBB3
(162,235,179)
#B9EFC5
(185,239,197)
#D0F3D7
(208,243,215)
#E7F7E9
(231,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01CF35 color. Also use rgb(1,207,53) instead hex code.

Text Font Color

.myTextColor { color: #01CF35; }

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

This text font color is #01CF35.


Background Color

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

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

This div background color is #01CF35.


Border color

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

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

This div border color is #01CF35.


Opacity

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

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

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

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

This text has shadow with #01CF35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01CF35 on black background.


Color preview on white background

This text has color #01CF35 on white background.



Black color preview on #01CF35 background

This text has black color on #01CF35 background.


White color preview on #01CF35 background

This text has white color on #01CF35 background.