Html Css Color HEX #04FF20 Free Speech Green

📋 copy color: '#04FF20'

red 4 ◦ green 255 ◦ blue 32

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

Shades of Free Speech Green #04FF20

Tints of Free Speech Green #04FF20

RGB

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

 GREEN value IS 255 (100% from 255) = 87.63%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 1.37%
G = 87.63%
B = 11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#04FF20 (or 0x04FF20) is known color: Free Speech Green. HEX triplet: 04, FF and 20. RGB value is (4,255,32). Sum of RGB (Red+Green+Blue) = 4+255+32=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 255 (100% from 255 or 87.63% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FF20 is #FB00DF. Grayscale: #9B9B9B. Windows color (decimal): -16449760 or 2162436. OLE color: 2162436.

HSL color Cylindrical-coordinate representation of color #04FF20: hue angle of 126.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF20 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 32 -
CMYK 0.98 0 0.87 0
HSL 126.69º 1% 0.51% -
HSV(B) 126.69º 0.98% 1% -
XYZ 36.07 71.65 13.3 -
YUV 154.53 58.84 20.63 -
System Red Green Blue C M Y K H S L
Decimal 4 255 32 0.98 0 0.87 0 126.69 1 0.51
Hex 4 FF 20 62 0 57 0 7F 64 33
Octal 4 377 40 142 0 127 0 177 144 63
Binary 100 11111111 100000 1100010 0 1010111 0 1111111 1100100 110011

Color Harmonies of #04FF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FF20

Black with #04FF20

Text Example


Text Example

White with #04FF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,255,32); }

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

background-color css

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

 a { background-color: rgb(4,255,32); }

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

border-color css

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

 span { border-color: rgb(4,255,32); }

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