Html Css Color HEX #25F52F Free Speech Green

📋 copy color: '#25F52F'

red 37 ◦ green 245 ◦ blue 47

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

Shades of Free Speech Green #25F52F

Tints of Free Speech Green #25F52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 74.47%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 11.25%
G = 74.47%
B = 14.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#25F52F (or 0x25F52F) is known color: Free Speech Green. HEX triplet: 25, F5 and 2F. RGB value is (37,245,47). Sum of RGB (Red+Green+Blue) = 37+245+47=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 245 (96.09% from 255 or 74.47% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 245 - color contains mainly: green. Hex color #25F52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F52F is #DA0AD0. Grayscale: #A0A0A0. Windows color (decimal): -14289617 or 3142949. OLE color: 3142949.

HSL color Cylindrical-coordinate representation of color #25F52F: hue angle of 122.88º degrees, saturation: 0.91, 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 #25F52F is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 245 47 -
CMYK 0.85 0 0.81 0.04
HSL 122.88º 0.91% 0.55% -
HSV(B) 122.88º 0.85% 0.96% -
XYZ 33.93 65.9 13.62 -
YUV 160.24 64.09 40.1 -
System Red Green Blue C M Y K H S L
Decimal 37 245 47 0.85 0 0.81 0.04 122.88 0.91 0.55
Hex 25 F5 2F 55 0 51 4 7B 5B 37
Octal 45 365 57 125 0 121 4 173 133 67
Binary 100101 11110101 101111 1010101 0 1010001 100 1111011 1011011 110111

Color Harmonies of #25F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F52F

Black with #25F52F

Text Example


Text Example

White with #25F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,245,47); }

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

background-color css

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

 a { background-color: rgb(37,245,47); }

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

border-color css

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

 span { border-color: rgb(37,245,47); }

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