Html Css Color HEX #20EB00 Free Speech Green

📋 copy color: '#20EB00'

red 32 ◦ green 235 ◦ blue 0

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

Shades of Free Speech Green #20EB00

Tints of Free Speech Green #20EB00

RGB

 RED value IS 32 (12.89% from 255) = 11.99%

 GREEN value IS 235 (92.19% from 255) = 88.01%

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

R = 11.99%
G = 88.01%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#20EB00 (or 0x20EB00) is known color: Free Speech Green. HEX triplet: 20, EB and 00. RGB value is (32,235,0). Sum of RGB (Red+Green+Blue) = 32+235+0=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 235 (92.19% from 255 or 88.01% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EB00 is #DF14FF. Grayscale: #949494. Windows color (decimal): -14619904 or 60192. OLE color: 60192.

HSL color Cylindrical-coordinate representation of color #20EB00: hue angle of 111.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20EB00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 0 -
CMYK 0.86 0 1 0.08
HSL 111.83º 1% 0.46% -
HSV(B) 111.83º 1% 0.92% -
XYZ 30.3 59.72 9.93 -
YUV 147.51 44.75 45.61 -
System Red Green Blue C M Y K H S L
Decimal 32 235 0 0.86 0 1 0.08 111.83 1 0.46
Hex 20 EB 0 56 0 64 8 70 64 2E
Octal 40 353 0 126 0 144 10 160 144 56
Binary 100000 11101011 0 1010110 0 1100100 1000 1110000 1100100 101110

Color Harmonies of #20EB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EB00

Black with #20EB00

Text Example


Text Example

White with #20EB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20EB00; }

 p { color: rgb(32,235,0); }

 H1.HeaderClassName
 {
   color: #20EB00;
 }
 .AnyTagClassName
 {
   color: #20EB00;
 }
</style>

background-color css

<style>
 a { background-color: #20EB00; }

 a { background-color: rgb(32,235,0); }

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

border-color css

<style>
 span { border-color: #20EB00; }

 span { border-color: rgb(32,235,0); }

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