COLOR #01FC4B

HEX: #01FC4B RGB: (1,252,75)

Color info

#01FC4B contains mainly green color. Web safe color of #01FC4B is #00FF33 (or #0F3).

RGB color model

#01FC4B color RGB value is (1,252,75).

RGB: (1,252,75) (0%, 99%, 29%)

RGB channels and saturation

R 1 of 255 = 0%
G 252 of 255 = 99%
B 75 of 255 = 29%

1
252
75

R + G + B ~ 43%. #01FC4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 1 + 252 + 75 = 328 (100%)
R 1 of 328 ~ 0.3%
G 252 of 328 ~ 76.83%
B 75 of 328 ~ 22.87'%

%76.83
%22.87

CMYK color model

#01FC4B color CMYK value is (100,0,70,1).

  • cyan value is 99.60%
  • magenta value is 0.00%
  • yellow value is 70.24%
  • key color value is 1.18%

CMYK: (100,0,70,1)
C100M0Y70K1 (100%, 0%, 70%, 1%)
(1.00 / 0.00 / 0.70 / 0.01)

CMYK percentages

%99.6
%0
%70.24
%1.18

Codes

Color #01FC4B in popluar color models

01 FC 4B
RGB 1 252 75
HSL 138° 99.21% 49.61%
HSB/HSV 138° 99.60% 98.82%
CMYK 99.60% 0.00% 70.24%
1.18%

Color #01FC4B in popluar number systems.

HEX 01 FC 4B
Decimal 1 252 75
Binary 1 11111100 1001011
Octal 1 374 113

Shades and tints

Shades of #01FC4B

#01FC4B
(1,252,75)
#01E645
(1,230,69)
#01D03F
(1,208,63)
#01BA39
(1,186,57)
#01A433
(1,164,51)
#018E2D
(1,142,45)
#017827
(1,120,39)
#016221
(1,98,33)
#014C1B
(1,76,27)
#013615
(1,54,21)
#01200F
(1,32,15)
#000000
(0,0,0)

Tints of #01FC4B

#01FC4B
(1,252,75)
#18FC5B
(24,252,91)
#2FFC6B
(47,252,107)
#46FC7B
(70,252,123)
#5DFC8B
(93,252,139)
#74FC9B
(116,252,155)
#8BFCAB
(139,252,171)
#A2FCBB
(162,252,187)
#B9FCCB
(185,252,203)
#D0FCDB
(208,252,219)
#E7FCEB
(231,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01FC4B color. Also use rgb(1,252,75) instead hex code.

Text Font Color

.myTextColor { color: #01FC4B; }

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

This text font color is #01FC4B.

Background Color

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

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

This div background color is #01FC4B.

Border color

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

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

This div border color is #01FC4B.

Opacity

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

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

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

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

This text has shadow with #01FC4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01FC4B.

Preview

Color preview on black background

This text has color #01FC4B on black background.


Color preview on white background

This text has color #01FC4B on white background.


Black color preview on #01FC4B background

This text has black color on #01FC4B background.


White color preview on #01FC4B background

This text has white color on #01FC4B background.


Related colors

Complementary color

Complementary color for #hex is #FE03B4.


I love getcolorcode.com

Triadic colors

1 #4B01FC and #FC4B01 with #01FC4B are triadic colors.

2 #4BFC01 and #FC014B with #01FC4B are triadic colors.