Html Css Color HEX #13FF25 Free Speech Green

📋 copy color: '#13FF25'

red 19 ◦ green 255 ◦ blue 37

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

Shades of Free Speech Green #13FF25

Tints of Free Speech Green #13FF25

RGB

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

 GREEN value IS 255 (100% from 255) = 81.99%

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

R = 6.11%
G = 81.99%
B = 11.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#13FF25 (or 0x13FF25) is known color: Free Speech Green. HEX triplet: 13, FF and 25. RGB value is (19,255,37). Sum of RGB (Red+Green+Blue) = 19+255+37=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FF25 is #EC00DA. Grayscale: #A0A0A0. Windows color (decimal): -15466715 or 2490131. OLE color: 2490131.

HSL color Cylindrical-coordinate representation of color #13FF25: hue angle of 124.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FF25 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 37 -
CMYK 0.93 0 0.85 0
HSL 124.58º 1% 0.54% -
HSV(B) 124.58º 0.93% 1% -
XYZ 36.36 71.79 13.69 -
YUV 159.58 58.81 27.73 -
System Red Green Blue C M Y K H S L
Decimal 19 255 37 0.93 0 0.85 0 124.58 1 0.54
Hex 13 FF 25 5D 0 55 0 7D 64 36
Octal 23 377 45 135 0 125 0 175 144 66
Binary 10011 11111111 100101 1011101 0 1010101 0 1111101 1100100 110110

Color Harmonies of #13FF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FF25

Black with #13FF25

Text Example


Text Example

White with #13FF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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