#25F72A

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

Shades of Free Speech Green #25F72A

Tints of Free Speech Green #25F72A

Color information

#25F72A (or 0x25F72A) is unknown color: approx Free Speech Green. HEX triplet: 25, F7 and 2A. RGB value is (37,247,42). Sum of RGB (Red+Green+Blue) = 37+247+42=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 247 (96.88% from 255 or 75.77% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 247 - color contains mainly: green. Hex color #25F72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F72A is #DA08D5. Grayscale: #A1A1A1. Windows color (decimal): -14289110 or 2815781. OLE color: 2815781.

HSL color Cylindrical-coordinate representation of color #25F72A: hue angle of 121.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F72A is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB3724742-
CMYK0.8500.830.03
HSL121.43º92.92%55.69%-
HSV(B)121.43º85.02%96.86%-
XYZ34.4467.0813.32-
YUV160.8460.9339.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 247 (96.88% from 255) = 75.77%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=11.35%
G=75.77%
B=12.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal37247420.8500.830.03121.4392.9255.69
Hex25F72A550533795d38
Octal45367521250123317113570
Binary100101111101111010101010101010100111111110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,247,42); }

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

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

 a { background-color: rgb(37,247,42); }

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

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

 span { border-color: rgb(37,247,42); }

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