Html Css Color HEX #25F10C Free Speech Green

📋 copy color: '#25F10C'

red 37 ◦ green 241 ◦ blue 12

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

Shades of Free Speech Green #25F10C

Tints of Free Speech Green #25F10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 83.1%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 12.76%
G = 83.1%
B = 4.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#25F10C (or 0x25F10C) is known color: Free Speech Green. HEX triplet: 25, F1 and 0C. RGB value is (37,241,12). Sum of RGB (Red+Green+Blue) = 37+241+12=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 241 (94.53% from 255 or 83.10% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 241 - color contains mainly: green. Hex color #25F10C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F10C is #DA0EF3. Grayscale: #9A9A9A. Windows color (decimal): -14290676 or 848165. OLE color: 848165.

HSL color Cylindrical-coordinate representation of color #25F10C: hue angle of 113.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25F10C is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 12 -
CMYK 0.85 0 0.95 0.05
HSL 113.45º 0.91% 0.5% -
HSV(B) 113.45º 0.95% 0.95% -
XYZ 32.28 63.33 10.87 -
YUV 153.9 47.91 44.62 -
System Red Green Blue C M Y K H S L
Decimal 37 241 12 0.85 0 0.95 0.05 113.45 0.91 0.5
Hex 25 F1 C 55 0 5F 5 71 5B 32
Octal 45 361 14 125 0 137 5 161 133 62
Binary 100101 11110001 1100 1010101 0 1011111 101 1110001 1011011 110010

Color Harmonies of #25F10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F10C

Black with #25F10C

Text Example


Text Example

White with #25F10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,241,12); }

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

background-color css

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

 a { background-color: rgb(37,241,12); }

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

border-color css

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

 span { border-color: rgb(37,241,12); }

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