Html Css Color HEX #00FD31 Free Speech Green

📋 copy color: '#00FD31'

red 0 ◦ green 253 ◦ blue 49

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

Shades of Free Speech Green #00FD31

Tints of Free Speech Green #00FD31

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 253 (99.22% from 255) = 83.77%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 0%
G = 83.77%
B = 16.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#00FD31 (or 0x00FD31) is known color: Free Speech Green. HEX triplet: 00, FD and 31. RGB value is (0,253,49). Sum of RGB (Red+Green+Blue) = 0+253+49=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FD31 is #FF02CE. Grayscale: #9A9A9A. Windows color (decimal): -16712399 or 3276032. OLE color: 3276032.

HSL color Cylindrical-coordinate representation of color #00FD31: hue angle of 131.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD31 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 253 49 -
CMYK 1 0 0.81 0.01
HSL 131.62º 1% 0.5% -
HSV(B) 131.62º 1% 0.99% -
XYZ 35.68 70.47 14.63 -
YUV 154.1 68.68 18.09 -
System Red Green Blue C M Y K H S L
Decimal 0 253 49 1 0 0.81 0.01 131.62 1 0.5
Hex 0 FD 31 64 0 51 1 84 64 32
Octal 0 375 61 144 0 121 1 204 144 62
Binary 0 11111101 110001 1100100 0 1010001 1 10000100 1100100 110010

Color Harmonies of #00FD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FD31

Black with #00FD31

Text Example


Text Example

White with #00FD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FD31; }

 p { color: rgb(0,253,49); }

 H1.HeaderClassName
 {
   color: #00FD31;
 }
 .AnyTagClassName
 {
   color: #00FD31;
 }
</style>

background-color css

<style>
 a { background-color: #00FD31; }

 a { background-color: rgb(0,253,49); }

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

border-color css

<style>
 span { border-color: #00FD31; }

 span { border-color: rgb(0,253,49); }

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