Html Css Color HEX #20E714 Free Speech Green

📋 copy color: '#20E714'

red 32 ◦ green 231 ◦ blue 20

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

Shades of Free Speech Green #20E714

Tints of Free Speech Green #20E714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 11.31%
G = 81.63%
B = 7.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#20E714 (or 0x20E714) is known color: Free Speech Green. HEX triplet: 20, E7 and 14. RGB value is (32,231,20). Sum of RGB (Red+Green+Blue) = 32+231+20=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 231 (90.62% from 255 or 81.63% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 231 - color contains mainly: green. Hex color #20E714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E714 is #DF18EB. Grayscale: #949494. Windows color (decimal): -14620908 or 1369888. OLE color: 1369888.

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

Color convert

RGB 32 231 20 -
CMYK 0.86 0 0.91 0.09
HSL 116.59º 0.84% 0.49% -
HSV(B) 116.59º 0.91% 0.91% -
XYZ 29.3 57.51 10.22 -
YUV 147.45 56.07 45.66 -
System Red Green Blue C M Y K H S L
Decimal 32 231 20 0.86 0 0.91 0.09 116.59 0.84 0.49
Hex 20 E7 14 56 0 5B 9 75 54 31
Octal 40 347 24 126 0 133 11 165 124 61
Binary 100000 11100111 10100 1010110 0 1011011 1001 1110101 1010100 110001

Color Harmonies of #20E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E714

Black with #20E714

Text Example


Text Example

White with #20E714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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