Html Css Color HEX #25F113 Free Speech Green

📋 copy color: '#25F113'

red 37 ◦ green 241 ◦ blue 19

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

Shades of Free Speech Green #25F113

Tints of Free Speech Green #25F113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 12.46%
G = 81.14%
B = 6.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#25F113 (or 0x25F113) is known color: Free Speech Green. HEX triplet: 25, F1 and 13. RGB value is (37,241,19). Sum of RGB (Red+Green+Blue) = 37+241+19=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 241 (94.53% from 255 or 81.14% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 241 - color contains mainly: green. Hex color #25F113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F113 is #DA0EEC. Grayscale: #9B9B9B. Windows color (decimal): -14290669 or 1306917. OLE color: 1306917.

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

Color convert

RGB 37 241 19 -
CMYK 0.85 0 0.92 0.05
HSL 115.14º 0.89% 0.51% -
HSV(B) 115.14º 0.92% 0.95% -
XYZ 32.34 63.35 11.14 -
YUV 154.7 51.41 44.05 -
System Red Green Blue C M Y K H S L
Decimal 37 241 19 0.85 0 0.92 0.05 115.14 0.89 0.51
Hex 25 F1 13 55 0 5C 5 73 59 33
Octal 45 361 23 125 0 134 5 163 131 63
Binary 100101 11110001 10011 1010101 0 1011100 101 1110011 1011001 110011

Color Harmonies of #25F113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F113

Black with #25F113

Text Example


Text Example

White with #25F113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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