Html Css Color HEX #01FE28 Free Speech Green

📋 copy color: '#01FE28'

red 1 ◦ green 254 ◦ blue 40

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

Shades of Free Speech Green #01FE28

Tints of Free Speech Green #01FE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 0.34%
G = 86.1%
B = 13.56%

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

#01FE28 (or 0x01FE28) is known color: Free Speech Green. HEX triplet: 01, FE and 28. RGB value is (1,254,40). Sum of RGB (Red+Green+Blue) = 1+254+40=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 254 (99.61% from 255 or 86.10% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE28 is #FE01D7. Grayscale: #9A9A9A. Windows color (decimal): -16646616 or 2686465. OLE color: 2686465.

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

Color convert

RGB 1 254 40 -
CMYK 1.00 0 0.84 0.00
HSL 129.25º 0.99% 0.5% -
HSV(B) 129.25º 1% 1% -
XYZ 35.84 71.04 13.83 -
YUV 153.96 63.68 18.9 -
System Red Green Blue C M Y K H S L
Decimal 1 254 40 1.00 0 0.84 0.00 129.25 0.99 0.5
Hex 1 FE 28 64 0 54 0 81 63 32
Octal 1 376 50 144 0 124 0 201 143 62
Binary 1 11111110 101000 1100100 0 1010100 0 10000001 1100011 110010

Color Harmonies of #01FE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FE28

Black with #01FE28

Text Example


Text Example

White with #01FE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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