#25F42A

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

Shades of Free Speech Green #25F42A

Tints of Free Speech Green #25F42A

Color information

#25F42A (or 0x25F42A) is unknown color: approx Free Speech Green. HEX triplet: 25, F4 and 2A. RGB value is (37,244,42). Sum of RGB (Red+Green+Blue) = 37+244+42=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 244 (95.70% from 255 or 75.54% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 244 - color contains mainly: green. Hex color #25F42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F42A is #DA0BD5. Grayscale: #9F9F9F. Windows color (decimal): -14289878 or 2815013. OLE color: 2815013.

HSL color Cylindrical-coordinate representation of color #25F42A: hue angle of 121.45º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F42A is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB3724442-
CMYK0.8500.830.04
HSL121.45º90.39%55.1%-
HSV(B)121.45º84.84%95.69%-
XYZ33.5365.2613.02-
YUV159.0861.9240.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 244 (95.70% from 255) = 75.54%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=11.46%
G=75.54%
B=13.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal37244420.8500.830.04121.4590.3955.1
Hex25F42A550534795a37
Octal45364521250123417113267
Binary1001011111010010101010101010101001110011110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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