Html Css Color HEX #01FF39 Free Speech Green

📋 copy color: '#01FF39'

red 1 ◦ green 255 ◦ blue 57

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

Shades of Free Speech Green #01FF39

Tints of Free Speech Green #01FF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 0.32%
G = 81.47%
B = 18.21%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#01FF39 (or 0x01FF39) is known color: Free Speech Green. HEX triplet: 01, FF and 39. RGB value is (1,255,57). Sum of RGB (Red+Green+Blue) = 1+255+57=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 255 (100% from 255 or 81.47% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF39 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF39 is #FE00C6. Grayscale: #9D9D9D. Windows color (decimal): -16646343 or 3800833. OLE color: 3800833.

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

Color convert

RGB 1 255 57 -
CMYK 1.00 0 0.78 0
HSL 133.23º 1% 0.5% -
HSV(B) 133.23º 1% 1% -
XYZ 36.51 71.82 15.81 -
YUV 156.48 71.85 17.1 -
System Red Green Blue C M Y K H S L
Decimal 1 255 57 1.00 0 0.78 0 133.23 1 0.5
Hex 1 FF 39 64 0 4E 0 85 64 32
Octal 1 377 71 144 0 116 0 205 144 62
Binary 1 11111111 111001 1100100 0 1001110 0 10000101 1100100 110010

Color Harmonies of #01FF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF39

Black with #01FF39

Text Example


Text Example

White with #01FF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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