Html Css Color HEX #01FA38 Free Speech Green

📋 copy color: '#01FA38'

red 1 ◦ green 250 ◦ blue 56

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

Shades of Free Speech Green #01FA38

Tints of Free Speech Green #01FA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 81.43%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 0.33%
G = 81.43%
B = 18.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#01FA38 (or 0x01FA38) is known color: Free Speech Green. HEX triplet: 01, FA and 38. RGB value is (1,250,56). Sum of RGB (Red+Green+Blue) = 1+250+56=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 250 (98.05% from 255 or 81.43% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA38 is #FE05C7. Grayscale: #999999. Windows color (decimal): -16647624 or 3734017. OLE color: 3734017.

HSL color Cylindrical-coordinate representation of color #01FA38: hue angle of 133.25º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA38 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 250 56 -
CMYK 1.00 0 0.78 0.02
HSL 133.25º 0.99% 0.49% -
HSV(B) 133.25º 1% 0.98% -
XYZ 34.91 68.66 15.15 -
YUV 153.43 73.01 19.27 -
System Red Green Blue C M Y K H S L
Decimal 1 250 56 1.00 0 0.78 0.02 133.25 0.99 0.49
Hex 1 FA 38 64 0 4E 2 85 63 31
Octal 1 372 70 144 0 116 2 205 143 61
Binary 1 11111010 111000 1100100 0 1001110 10 10000101 1100011 110001

Color Harmonies of #01FA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA38

Black with #01FA38

Text Example


Text Example

White with #01FA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,250,56); }

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

background-color css

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

 a { background-color: rgb(1,250,56); }

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

border-color css

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

 span { border-color: rgb(1,250,56); }

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