#13FF31

Color #13FF31 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #13FF31

Tints of Free Speech Green #13FF31

Color information

#13FF31 (or 0x13FF31) is unknown color: approx Free Speech Green. HEX triplet: 13, FF and 31. RGB value is (19,255,49). Sum of RGB (Red+Green+Blue) = 19+255+49=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FF31 is #EC00CE. Grayscale: #A1A1A1. Windows color (decimal): -15466703 or 3276563. OLE color: 3276563.

HSL color Cylindrical-coordinate representation of color #13FF31: hue angle of 127.63º 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 #13FF31 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB1925549-
CMYK0.9300.810
HSL127.63º100%53.73%-
HSV(B)127.63º92.55%100%-
XYZ36.5871.8814.85-
YUV160.9564.8126.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 255 (100% from 255) = 78.95%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=5.88%
G=78.95%
B=15.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19255490.9300.810127.6310053.73
Hex13FF315D0510806436
Octal23377611350121020014466
Binary10011111111111100011011101010100010100000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13FF31;
 }
 .AnyTagClassName
 {
   color: #13FF31;
 }
</style>
background-color css

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

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

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

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

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

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