Html Css Color HEX #20E504 Free Speech Green

📋 copy color: '#20E504'

red 32 ◦ green 229 ◦ blue 4

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

Shades of Free Speech Green #20E504

Tints of Free Speech Green #20E504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 86.42%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 12.08%
G = 86.42%
B = 1.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#20E504 (or 0x20E504) is known color: Free Speech Green. HEX triplet: 20, E5 and 04. RGB value is (32,229,4). Sum of RGB (Red+Green+Blue) = 32+229+4=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 229 (89.84% from 255 or 86.42% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 229 - color contains mainly: green. Hex color #20E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E504 is #DF1AFB. Grayscale: #919191. Windows color (decimal): -14621436 or 320800. OLE color: 320800.

HSL color Cylindrical-coordinate representation of color #20E504: hue angle of 112.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20E504 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 229 4 -
CMYK 0.86 0 0.98 0.10
HSL 112.53º 0.97% 0.46% -
HSV(B) 112.53º 0.98% 0.9% -
XYZ 28.64 56.35 9.48 -
YUV 144.45 48.73 47.8 -
System Red Green Blue C M Y K H S L
Decimal 32 229 4 0.86 0 0.98 0.10 112.53 0.97 0.46
Hex 20 E5 4 56 0 62 A 71 61 2E
Octal 40 345 4 126 0 142 12 161 141 56
Binary 100000 11100101 100 1010110 0 1100010 1010 1110001 1100001 101110

Color Harmonies of #20E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E504

Black with #20E504

Text Example


Text Example

White with #20E504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,229,4); }

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

background-color css

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

 a { background-color: rgb(32,229,4); }

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

border-color css

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

 span { border-color: rgb(32,229,4); }

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