Html Css Color HEX #01FF20 Free Speech Green

📋 copy color: '#01FF20'

red 1 ◦ green 255 ◦ blue 32

#01FF20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #01FF20

Tints of Free Speech Green #01FF20

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 255 (100% from 255) = 88.54%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 0.35%
G = 88.54%
B = 11.11%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#01FF20 (or 0x01FF20) is known color: Free Speech Green. HEX triplet: 01, FF and 20. RGB value is (1,255,32). Sum of RGB (Red+Green+Blue) = 1+255+32=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 255 (100% from 255 or 88.54% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF20 is #FE00DF. Grayscale: #9A9A9A. Windows color (decimal): -16646368 or 2162433. OLE color: 2162433.

HSL color Cylindrical-coordinate representation of color #01FF20: hue angle of 127.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF20 is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 32 -
CMYK 1.00 0 0.87 0
HSL 127.32º 1% 0.5% -
HSV(B) 127.32º 1% 1% -
XYZ 36.03 71.63 13.29 -
YUV 153.63 59.35 19.13 -
System Red Green Blue C M Y K H S L
Decimal 1 255 32 1.00 0 0.87 0 127.32 1 0.5
Hex 1 FF 20 64 0 57 0 7F 64 32
Octal 1 377 40 144 0 127 0 177 144 62
Binary 1 11111111 100000 1100100 0 1010111 0 1111111 1100100 110010

Color Harmonies of #01FF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF20

Black with #01FF20

Text Example


Text Example

White with #01FF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01FF20; }

 p { color: rgb(1,255,32); }

 H1.HeaderClassName
 {
   color: #01FF20;
 }
 .AnyTagClassName
 {
   color: #01FF20;
 }
</style>

background-color css

<style>
 a { background-color: #01FF20; }

 a { background-color: rgb(1,255,32); }

 div.DivClassName
 {
   background-color: #01FF20;
 }
 .BgClassName
 {
   background-color: #01FF20;
 }
</style>

border-color css

<style>
 span { border-color: #01FF20; }

 span { border-color: rgb(1,255,32); }

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