#21EC20

Color #21EC20 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #21EC20

Tints of Free Speech Green #21EC20

Color information

#21EC20 (or 0x21EC20) is unknown color: approx Free Speech Green. HEX triplet: 21, EC and 20. RGB value is (33,236,32). Sum of RGB (Red+Green+Blue) = 33+236+32=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 236 (92.58% from 255 or 78.41% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC20 is #DE13DF. Grayscale: #989898. Windows color (decimal): -14554080 or 2157601. OLE color: 2157601.

HSL color Cylindrical-coordinate representation of color #21EC20: hue angle of 119.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC20 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB3323632-
CMYK0.8600.860.07
HSL119.71º84.3%52.55%-
HSV(B)119.71º86.44%92.55%-
XYZ30.8860.4211.4-
YUV152.0560.2543.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 236 (92.58% from 255) = 78.41%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=10.96%
G=78.41%
B=10.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33236320.8600.860.07119.7184.352.55
Hex21EC20560567785435
Octal41354401260126717012465
Binary1000011110110010000010101100101011011111110001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21EC20; }

 p { color: rgb(33,236,32); }

 H1.HeaderClassName
 {
   color: #21EC20;
 }
 .AnyTagClassName
 {
   color: #21EC20;
 }
</style>
background-color css

<style>
 a { background-color: #21EC20; }

 a { background-color: rgb(33,236,32); }

 div.DivClassName
 {
   background-color: #21EC20;
 }
 .BgClassName
 {
   background-color: #21EC20;
 }
</style>
border-color css

<style>
 span { border-color: #21EC20; }

 span { border-color: rgb(33,236,32); }

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