#25f00c

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

Shades of Free Speech Green #25F00C

Tints of Free Speech Green #25F00C

Color information

#25F00C (or 0x25F00C) is unknown color: approx Free Speech Green. HEX triplet: 25, F0 and 0C. RGB value is (37,240,12). Sum of RGB (Red+Green+Blue) = 37+240+12=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 240 (94.14% from 255 or 83.04% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 240 - color contains mainly: green. Hex color #25F00C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F00C is #DA0FF3. Grayscale: #9A9A9A. Windows color (decimal): -14290932 or 847909. OLE color: 847909.

HSL color Cylindrical-coordinate representation of color #25F00C: hue angle of 113.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25F00C is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB3724012-
CMYK0.8500.950.06
HSL113.42º90.48%49.41%-
HSV(B)113.42º95%94.12%-
XYZ31.9962.7410.77-
YUV153.3148.2545.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 240 (94.14% from 255) = 83.04%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=12.80%
G=83.04%
B=4.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37240120.8500.950.06113.4290.4849.41
Hex25F0C5505F6715a31
Octal45360141250137616113261
Binary10010111110000110010101010101111111011100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25f00c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25f00c; }

 p { color: rgb(37,240,12); }

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

<style>
 a { background-color: #25f00c; }

 a { background-color: rgb(37,240,12); }

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

<style>
 span { border-color: #25f00c; }

 span { border-color: rgb(37,240,12); }

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