Html Css Color HEX #20E017 Free Speech Green

📋 copy color: '#20E017'

red 32 ◦ green 224 ◦ blue 23

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

Shades of Free Speech Green #20E017

Tints of Free Speech Green #20E017

RGB

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

 GREEN value IS 224 (87.89% from 255) = 80.29%

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 11.47%
G = 80.29%
B = 8.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#20E017 (or 0x20E017) is known color: Free Speech Green. HEX triplet: 20, E0 and 17. RGB value is (32,224,23). Sum of RGB (Red+Green+Blue) = 32+224+23=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #20E017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E017 is #DF1FE8. Grayscale: #909090. Windows color (decimal): -14622697 or 1564704. OLE color: 1564704.

HSL color Cylindrical-coordinate representation of color #20E017: hue angle of 117.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20E017 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 224 23 -
CMYK 0.86 0 0.90 0.12
HSL 117.31º 0.81% 0.48% -
HSV(B) 117.31º 0.9% 0.88% -
XYZ 27.41 53.68 9.73 -
YUV 143.68 59.89 48.34 -
System Red Green Blue C M Y K H S L
Decimal 32 224 23 0.86 0 0.90 0.12 117.31 0.81 0.48
Hex 20 E0 17 56 0 5A C 75 51 30
Octal 40 340 27 126 0 132 14 165 121 60
Binary 100000 11100000 10111 1010110 0 1011010 1100 1110101 1010001 110000

Color Harmonies of #20E017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E017

Black with #20E017

Text Example


Text Example

White with #20E017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,224,23); }

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

background-color css

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

 a { background-color: rgb(32,224,23); }

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

border-color css

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

 span { border-color: rgb(32,224,23); }

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