Html Css Color HEX #13FA25 Free Speech Green

📋 copy color: '#13FA25'

red 19 ◦ green 250 ◦ blue 37

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

Shades of Free Speech Green #13FA25

Tints of Free Speech Green #13FA25

RGB

 RED value IS 19 (7.81% from 255) = 6.21%

 GREEN value IS 250 (98.05% from 255) = 81.7%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 6.21%
G = 81.7%
B = 12.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#13FA25 (or 0x13FA25) is known color: Free Speech Green. HEX triplet: 13, FA and 25. RGB value is (19,250,37). Sum of RGB (Red+Green+Blue) = 19+250+37=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 250 (98.05% from 255 or 81.70% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FA25 is #EC05DA. Grayscale: #9D9D9D. Windows color (decimal): -15467995 or 2488851. OLE color: 2488851.

HSL color Cylindrical-coordinate representation of color #13FA25: hue angle of 124.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA25 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 37 -
CMYK 0.92 0 0.85 0.02
HSL 124.68º 0.96% 0.53% -
HSV(B) 124.68º 0.92% 0.98% -
XYZ 34.79 68.64 13.17 -
YUV 156.65 60.47 29.82 -
System Red Green Blue C M Y K H S L
Decimal 19 250 37 0.92 0 0.85 0.02 124.68 0.96 0.53
Hex 13 FA 25 5C 0 55 2 7D 60 35
Octal 23 372 45 134 0 125 2 175 140 65
Binary 10011 11111010 100101 1011100 0 1010101 10 1111101 1100000 110101

Color Harmonies of #13FA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FA25

Black with #13FA25

Text Example


Text Example

White with #13FA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13FA25; }

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

 H1.HeaderClassName
 {
   color: #13FA25;
 }
 .AnyTagClassName
 {
   color: #13FA25;
 }
</style>

background-color css

<style>
 a { background-color: #13FA25; }

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

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

border-color css

<style>
 span { border-color: #13FA25; }

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

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