#1FDC01

Color #1FDC01 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1FDC01

Tints of Free Speech Green #1FDC01

Color information

#1FDC01 (or 0x1FDC01) is unknown color: approx Free Speech Green. HEX triplet: 1F, DC and 01. RGB value is (31,220,1). Sum of RGB (Red+Green+Blue) = 31+220+1=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 220 (86.33% from 255 or 87.30% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDC01 is #E023FE. Grayscale: #8B8B8B. Windows color (decimal): -14689279 or 121887. OLE color: 121887.

HSL color Cylindrical-coordinate representation of color #1FDC01: hue angle of 111.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FDC01 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB312201-
CMYK0.8601.000.14
HSL111.78º99.1%43.33%-
HSV(B)111.78º99.55%86.27%-
XYZ26.1651.488.59-
YUV138.5250.3851.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 220 (86.33% from 255) = 87.30%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=12.30%
G=87.30%
B=0.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3122010.8601.000.14111.7899.143.33
Hex1FDC156064E70632b
Octal37334112601441616014353
Binary11111110111001101011001100100111011100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FDC01; }

 p { color: rgb(31,220,1); }

 H1.HeaderClassName
 {
   color: #1FDC01;
 }
 .AnyTagClassName
 {
   color: #1FDC01;
 }
</style>
background-color css

<style>
 a { background-color: #1FDC01; }

 a { background-color: rgb(31,220,1); }

 div.DivClassName
 {
   background-color: #1FDC01;
 }
 .BgClassName
 {
   background-color: #1FDC01;
 }
</style>
border-color css

<style>
 span { border-color: #1FDC01; }

 span { border-color: rgb(31,220,1); }

 td.TdClassName
 {
   border-color: #1FDC01;
 }
 .TagClassName
 {
   border-color: #1FDC01;
 }
</style>