Html Css Color HEX #25F020 Free Speech Green

📋 copy color: '#25F020'

red 37 ◦ green 240 ◦ blue 32

#25F020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #25F020

Tints of Free Speech Green #25F020

RGB

 RED value IS 37 (14.84% from 255) = 11.97%

 GREEN value IS 240 (94.14% from 255) = 77.67%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 11.97%
G = 77.67%
B = 10.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#25F020 (or 0x25F020) is known color: Free Speech Green. HEX triplet: 25, F0 and 20. RGB value is (37,240,32). Sum of RGB (Red+Green+Blue) = 37+240+32=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #25F020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F020 is #DA0FDF. Grayscale: #9C9C9C. Windows color (decimal): -14290912 or 2158629. OLE color: 2158629.

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

Color convert

RGB 37 240 32 -
CMYK 0.85 0 0.87 0.06
HSL 118.56º 0.87% 0.53% -
HSV(B) 118.56º 0.87% 0.94% -
XYZ 32.18 62.82 11.8 -
YUV 155.59 58.25 43.41 -
System Red Green Blue C M Y K H S L
Decimal 37 240 32 0.85 0 0.87 0.06 118.56 0.87 0.53
Hex 25 F0 20 55 0 57 6 77 57 35
Octal 45 360 40 125 0 127 6 167 127 65
Binary 100101 11110000 100000 1010101 0 1010111 110 1110111 1010111 110101

Color Harmonies of #25F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F020

Black with #25F020

Text Example


Text Example

White with #25F020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25F020;
 }
 .AnyTagClassName
 {
   color: #25F020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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