Html Css Color HEX #20E713 Free Speech Green

📋 copy color: '#20E713'

red 32 ◦ green 231 ◦ blue 19

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

Shades of Free Speech Green #20E713

Tints of Free Speech Green #20E713

RGB

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

 GREEN value IS 231 (90.63% from 255) = 81.91%

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 11.35%
G = 81.91%
B = 6.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#20E713 (or 0x20E713) is known color: Free Speech Green. HEX triplet: 20, E7 and 13. RGB value is (32,231,19). Sum of RGB (Red+Green+Blue) = 32+231+19=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #20E713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E713 is #DF18EC. Grayscale: #939393. Windows color (decimal): -14620909 or 1304352. OLE color: 1304352.

HSL color Cylindrical-coordinate representation of color #20E713: hue angle of 116.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20E713 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 231 19 -
CMYK 0.86 0 0.92 0.09
HSL 116.32º 0.85% 0.49% -
HSV(B) 116.32º 0.92% 0.91% -
XYZ 29.29 57.51 10.17 -
YUV 147.33 55.57 45.74 -
System Red Green Blue C M Y K H S L
Decimal 32 231 19 0.86 0 0.92 0.09 116.32 0.85 0.49
Hex 20 E7 13 56 0 5C 9 74 55 31
Octal 40 347 23 126 0 134 11 164 125 61
Binary 100000 11100111 10011 1010110 0 1011100 1001 1110100 1010101 110001

Color Harmonies of #20E713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E713

Black with #20E713

Text Example


Text Example

White with #20E713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,231,19); }

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

background-color css

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

 a { background-color: rgb(32,231,19); }

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

border-color css

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

 span { border-color: rgb(32,231,19); }

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