Html Css Color HEX #01FF13 Free Speech Green

📋 copy color: '#01FF13'

red 1 ◦ green 255 ◦ blue 19

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

Shades of Free Speech Green #01FF13

Tints of Free Speech Green #01FF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 0.36%
G = 92.73%
B = 6.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#01FF13 (or 0x01FF13) is known color: Free Speech Green. HEX triplet: 01, FF and 13. RGB value is (1,255,19). Sum of RGB (Red+Green+Blue) = 1+255+19=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF13 is #FE00EC. Grayscale: #989898. Windows color (decimal): -16646381 or 1310465. OLE color: 1310465.

HSL color Cylindrical-coordinate representation of color #01FF13: hue angle of 124.25º 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 #01FF13 is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 19 -
CMYK 1.00 0 0.93 0
HSL 124.25º 1% 0.5% -
HSV(B) 124.25º 1% 1% -
XYZ 35.89 71.57 12.54 -
YUV 152.15 52.85 20.19 -
System Red Green Blue C M Y K H S L
Decimal 1 255 19 1.00 0 0.93 0 124.25 1 0.5
Hex 1 FF 13 64 0 5D 0 7C 64 32
Octal 1 377 23 144 0 135 0 174 144 62
Binary 1 11111111 10011 1100100 0 1011101 0 1111100 1100100 110010

Color Harmonies of #01FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF13

Black with #01FF13

Text Example


Text Example

White with #01FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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