Html Css Color HEX #04FA31 Free Speech Green

📋 copy color: '#04FA31'

red 4 ◦ green 250 ◦ blue 49

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

Shades of Free Speech Green #04FA31

Tints of Free Speech Green #04FA31

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

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

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

R = 1.32%
G = 82.51%
B = 16.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#04FA31 (or 0x04FA31) is known color: Free Speech Green. HEX triplet: 04, FA and 31. RGB value is (4,250,49). Sum of RGB (Red+Green+Blue) = 4+250+49=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 250 (98.05% from 255 or 82.51% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FA31 is #FB05CE. Grayscale: #9A9A9A. Windows color (decimal): -16451023 or 3275268. OLE color: 3275268.

HSL color Cylindrical-coordinate representation of color #04FA31: hue angle of 130.98º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA31 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 250 49 -
CMYK 0.98 0 0.80 0.02
HSL 130.98º 0.97% 0.5% -
HSV(B) 130.98º 0.98% 0.98% -
XYZ 34.79 68.62 14.32 -
YUV 153.53 69 21.34 -
System Red Green Blue C M Y K H S L
Decimal 4 250 49 0.98 0 0.80 0.02 130.98 0.97 0.5
Hex 4 FA 31 62 0 50 2 83 61 32
Octal 4 372 61 142 0 120 2 203 141 62
Binary 100 11111010 110001 1100010 0 1010000 10 10000011 1100001 110010

Color Harmonies of #04FA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA31

Black with #04FA31

Text Example


Text Example

White with #04FA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FA31; }

 p { color: rgb(4,250,49); }

 H1.HeaderClassName
 {
   color: #04FA31;
 }
 .AnyTagClassName
 {
   color: #04FA31;
 }
</style>

background-color css

<style>
 a { background-color: #04FA31; }

 a { background-color: rgb(4,250,49); }

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

border-color css

<style>
 span { border-color: #04FA31; }

 span { border-color: rgb(4,250,49); }

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