Html Css Color HEX #20E014 Free Speech Green

📋 copy color: '#20E014'

red 32 ◦ green 224 ◦ blue 20

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

Shades of Free Speech Green #20E014

Tints of Free Speech Green #20E014

RGB

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

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

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

R = 11.59%
G = 81.16%
B = 7.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#20E014 (or 0x20E014) is known color: Free Speech Green. HEX triplet: 20, E0 and 14. RGB value is (32,224,20). Sum of RGB (Red+Green+Blue) = 32+224+20=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #20E014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E014 is #DF1FEB. Grayscale: #8F8F8F. Windows color (decimal): -14622700 or 1368096. OLE color: 1368096.

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

Color convert

RGB 32 224 20 -
CMYK 0.86 0 0.91 0.12
HSL 116.47º 0.84% 0.48% -
HSV(B) 116.47º 0.91% 0.88% -
XYZ 27.38 53.67 9.58 -
YUV 143.34 58.39 48.59 -
System Red Green Blue C M Y K H S L
Decimal 32 224 20 0.86 0 0.91 0.12 116.47 0.84 0.48
Hex 20 E0 14 56 0 5B C 74 54 30
Octal 40 340 24 126 0 133 14 164 124 60
Binary 100000 11100000 10100 1010110 0 1011011 1100 1110100 1010100 110000

Color Harmonies of #20E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E014

Black with #20E014

Text Example


Text Example

White with #20E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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