Html Css Color HEX #25F80F Free Speech Green

📋 copy color: '#25F80F'

red 37 ◦ green 248 ◦ blue 15

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

Shades of Free Speech Green #25F80F

Tints of Free Speech Green #25F80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 82.67%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 12.33%
G = 82.67%
B = 5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#25F80F (or 0x25F80F) is known color: Free Speech Green. HEX triplet: 25, F8 and 0F. RGB value is (37,248,15). Sum of RGB (Red+Green+Blue) = 37+248+15=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 248 (97.27% from 255 or 82.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 248 - color contains mainly: green. Hex color #25F80F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F80F is #DA07F0. Grayscale: #9F9F9F. Windows color (decimal): -14288881 or 1046565. OLE color: 1046565.

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

Color convert

RGB 37 248 15 -
CMYK 0.85 0 0.94 0.03
HSL 114.33º 0.94% 0.52% -
HSV(B) 114.33º 0.94% 0.97% -
XYZ 34.42 67.56 11.68 -
YUV 158.35 47.1 41.45 -
System Red Green Blue C M Y K H S L
Decimal 37 248 15 0.85 0 0.94 0.03 114.33 0.94 0.52
Hex 25 F8 F 55 0 5E 3 72 5E 34
Octal 45 370 17 125 0 136 3 162 136 64
Binary 100101 11111000 1111 1010101 0 1011110 11 1110010 1011110 110100

Color Harmonies of #25F80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F80F

Black with #25F80F

Text Example


Text Example

White with #25F80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,248,15); }

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

background-color css

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

 a { background-color: rgb(37,248,15); }

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

border-color css

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

 span { border-color: rgb(37,248,15); }

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