Html Css Color HEX #01FE29 Free Speech Green

📋 copy color: '#01FE29'

red 1 ◦ green 254 ◦ blue 41

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

Shades of Free Speech Green #01FE29

Tints of Free Speech Green #01FE29

RGB

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

 GREEN value IS 254 (99.61% from 255) = 85.81%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 0.34%
G = 85.81%
B = 13.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#01FE29 (or 0x01FE29) is known color: Free Speech Green. HEX triplet: 01, FE and 29. RGB value is (1,254,41). Sum of RGB (Red+Green+Blue) = 1+254+41=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE29 is #FE01D6. Grayscale: #9A9A9A. Windows color (decimal): -16646615 or 2752001. OLE color: 2752001.

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

Color convert

RGB 1 254 41 -
CMYK 1.00 0 0.84 0.00
HSL 129.49º 0.99% 0.5% -
HSV(B) 129.49º 1% 1% -
XYZ 35.85 71.05 13.92 -
YUV 154.07 64.18 18.82 -
System Red Green Blue C M Y K H S L
Decimal 1 254 41 1.00 0 0.84 0.00 129.49 0.99 0.5
Hex 1 FE 29 64 0 54 0 81 63 32
Octal 1 376 51 144 0 124 0 201 143 62
Binary 1 11111110 101001 1100100 0 1010100 0 10000001 1100011 110010

Color Harmonies of #01FE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE29

Black with #01FE29

Text Example


Text Example

White with #01FE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,254,41); }

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

background-color css

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

 a { background-color: rgb(1,254,41); }

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

border-color css

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

 span { border-color: rgb(1,254,41); }

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