#20FC25

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

Shades of Free Speech Green #20FC25

Tints of Free Speech Green #20FC25

Color information

#20FC25 (or 0x20FC25) is unknown color: approx Free Speech Green. HEX triplet: 20, FC and 25. RGB value is (32,252,37). Sum of RGB (Red+Green+Blue) = 32+252+37=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FC25 is #DF03DA. Grayscale: #A2A2A2. Windows color (decimal): -14615515 or 2489376. OLE color: 2489376.

HSL color Cylindrical-coordinate representation of color #20FC25: hue angle of 121.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FC25 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB3225237-
CMYK0.8700.850.01
HSL121.36º97.35%55.69%-
HSV(B)121.36º87.3%98.82%-
XYZ35.7470.0613.39-
YUV161.7157.6135.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.97%
GREEN value IS 252 (98.83% from 255) = 78.50%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=9.97%
G=78.50%
B=11.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal32252370.8700.850.01121.3697.3555.69
Hex20FC25570551796138
Octal40374451270125117114170
Binary10000011111100100101101011101010101111110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20FC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,252,37); }

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

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

 a { background-color: rgb(32,252,37); }

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

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

 span { border-color: rgb(32,252,37); }

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